The FieldSetLayoutStyle type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
FieldSetLayoutStyle |
Sets default CSS class for current layout.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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.) | |
FieldVisibilityCellCssClass |
CSS class for the individual field visibility cell.
(Inherited from AbstractFormStyleConfiguration.) | |
FieldVisibilityCssClass |
CSS class for the individual field visibility control.
(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