Skip to main content
A newer version of this page is available. .

BootstrapGridCssClasses Properties

Serves as the base class for classes that store CSS classes applied to visual elements of the Card View and Grid View controls.
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.
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.
See Also