Click or drag to resize
AbstractFormStyleConfiguration Class
Container for layout specific form style configuration.
Inheritance Hierarchy
SystemObject
  CMS.FormControlsAbstractFormStyleConfiguration
    More...

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public abstract class AbstractFormStyleConfiguration : IFormStyleConfiguration

The AbstractFormStyleConfiguration type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractFormStyleConfiguration
Copy constructor used to copy form style configuration to layout style so it can be merged.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyExplanationTextCssClass
CSS class that is added to container that is wrapping content after text (only if content before text is empty).
Public propertyFieldCaptionCellCssClass
CSS class for the individual field label cell.
Public propertyFieldCaptionCssClass
CSS class for the individual field label.
Public propertyFieldCssClass
CSS class for the whole field (usually row).
Public propertyFieldErrorCellCssClass
CSS class for the individual field error label cell.
Public propertyFieldErrorCssClass
CSS class that is added to editing form control after its validation failed.
Public propertyFieldErrorLabelCssClass
CSS class for the individual field error label.
Public propertyFieldGroupCaptionCssClass
CSS class for the field group caption.
Public propertyFieldGroupCssClass
CSS class for the whole field group.
Public propertyFieldValueCellCssClass
CSS class for the individual field control cell.
Public propertyFieldVisibilityCellCssClass
CSS class for the individual field visibility cell.
Public propertyFieldVisibilityCssClass
CSS class for the individual field visibility control.
Public propertyFormButtonCssClass
CSS class for the form button.
Public propertyFormButtonPanelCssClass
CSS class for the form button panel.
Public propertyFormCssClass
CSS class which will be used to wrap form control.
Public propertyGroupCssClass
CSS class for the whole field group with heading.
Top
See Also
Inheritance Hierarchy