TablePerCategoryLayoutCssClass MembersKentico 8.0 API Reference
The TablePerCategoryLayoutCssClass type exposes the following members.
Constructors

  NameDescription
Public methodTablePerCategoryLayoutCssClass
Sets default CSS class for current layout.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to 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).
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldCaptionCellCssClass
CSS class for the individual field label cell.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldCaptionCssClass
CSS class for the individual field label.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldCssClass
CSS class for the whole field (usually row).
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldErrorCellCssClass
CSS class for the individual field error label cell.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldErrorCssClass
CSS class that is added to editing form control after its validation failed.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldErrorLabelCssClass
CSS class for the individual field error label.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldGroupCaptionCssClass
CSS class for the field group caption.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldGroupCssClass
CSS class for the whole field group.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldValueCellCssClass
CSS class for the individual field control cell.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldVisibilityCellCssClass
CSS class for the individual field visibility cell.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFieldVisibilityCssClass
CSS class for the individual field visibility control.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFormButtonCssClass
CSS class for the form button.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFormButtonPanelCssClass
CSS class for the form button panel.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyFormCssClass
CSS class which will be used to wrap form control.
(Inherited from AbstractFormStyleConfiguration.)
Public propertyGroupCssClass
CSS class for the whole field group with heading.
(Inherited from AbstractFormStyleConfiguration.)
Back to Top
See Also