Skip to main content

BootstrapGridCssClasses Members

Serves as the base class for classes that store CSS classes applied to visual elements of the Card View and Grid View controls.

Constructors

Name Description
BootstrapGridCssClasses(IPropertiesOwner) Initializes a new instance of the BootstrapGridCssClasses class with specified settings.

Properties

Name Description
Control Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses.
IconErrorItem The CSS class of an icon displayed by an error item.
IconHeaderFilter The CSS class of a header filter button icon.
IconHeaderSortDown The CSS class of an icon displayed by the header of a column sorted in the descending order.
IconHeaderSortUp The CSS class of an icon displayed by the header of a column sorted in the ascending order.
IconToolbarCancel The CSS class of an icon displayed within the Cancel toolbar item.
IconToolbarClearFilter The CSS class of an icon displayed within the Clear Filter toolbar item.
IconToolbarClearSorting The CSS class of an icon displayed within the Clear Sorting toolbar item.
IconToolbarDelete The CSS class of an icon displayed within the Delete toolbar item.
IconToolbarEdit The CSS class of an icon displayed within the Edit toolbar item.
IconToolbarNew The CSS class of an icon displayed within the New toolbar item.
IconToolbarRefresh The CSS class of an icon displayed within the Refresh toolbar item.
IconToolbarShowSearchPanel The CSS class of an icon displayed within the Search Panel toolbar item.
IconToolbarUpdate The CSS class of an icon displayed within the Update toolbar item.
IconToolbarUpdateSummaries
PanelBodyBottom Gets or sets the name of a CSS class applied to a panel body’s bottom.
PanelBodyTop Gets or sets the name of a CSS class applied to a panel body’s top.
PanelHeading Gets or sets the name of a CSS class applied to a panel’s header.

Methods

Name Description
Assign(PropertiesBase) Copies the public properties from the specified object to the current one. Inherited from BootstrapCssClasses.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also