| FieldSetLayoutStyle Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.FormEngine.Web.UI
 Syntax
Syntaxpublic class FieldSetLayoutStyle : AbstractFormStyleConfiguration
The FieldSetLayoutStyle type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FieldSetLayoutStyle | 
            Sets default CSS class for current layout.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExplanationTextCssClass | 
            CSS class that is added to container that is wrapping content after text (only if content before text is empty).
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldCaptionCellCssClass | 
            CSS class for the individual field label cell.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldCaptionCssClass | 
            CSS class for the individual field label.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldCssClass | 
            CSS class for the whole field (usually row).
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldErrorCellCssClass | 
            CSS class for the individual field error label cell.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldErrorCssClass | 
            CSS class that is added to editing form control after its validation failed.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldErrorLabelCssClass | 
            CSS class for the individual field error label.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldGroupCaptionCssClass | 
            CSS class for the field group caption.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldGroupCssClass | 
            CSS class for the whole field group.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FieldValueCellCssClass | 
            CSS class for the individual field control cell.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FormButtonCssClass | 
            CSS class for the form button.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FormButtonPanelCssClass | 
            CSS class for the form button panel.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | FormCssClass | 
            CSS class which will be used to wrap form control.
            (Inherited from AbstractFormStyleConfiguration.) | 
|  | GroupCssClass | 
            CSS class for the whole field group with heading.
            (Inherited from AbstractFormStyleConfiguration.) | 
 See Also
See Also