Class GetFormFieldRenderingConfigurationEventArgs
Arguments of event represented by GetFormFieldRenderingConfigurationHandler.
public class GetFormFieldRenderingConfigurationEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsGetFormFieldRenderingConfigurationEventArgs
- Inherited Members
- Extension Methods
Properties
Configuration
Gets or sets the configuration to be used for rendering.
public FormFieldRenderingConfiguration Configuration { get; set; }
Property Value
FormComponent
Gets the form component for which the rendering configuration is being retrieved.
public FormComponent FormComponent { get; }