Class GetFormWidgetRenderingConfigurationEventArgs
Arguments of event represented by GetFormWidgetRenderingConfigurationHandler.
public class GetFormWidgetRenderingConfigurationEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsGetFormWidgetRenderingConfigurationEventArgs
- Inherited Members
- Extension Methods
Properties
Configuration
Gets or sets the configuration to be used for rendering.
public FormWidgetRenderingConfiguration Configuration { get; set; }
Property Value
Form
Gets the BizFormInfo for which the rendering configuration is being retrieved.
public BizFormInfo Form { get; }
Property Value
FormComponents
Collection of actually rendered form components.
public IEnumerable<FormComponent> FormComponents { get; }
Property Value
- IEnumerable<FormComponent>
FormWidgetProperties
FormWidgetProperties of currently displayed form.
public FormWidgetProperties FormWidgetProperties { get; }
Property Value
Remarks
Property is null
within a form submit action.