BootstrapCardViewCssClasses Properties
Stores CSS classes applied to visual elements of the Card View control.| Name | Description |
|---|---|
| Card | Gets or sets the name of a CSS class applied to a card element. |
| CardFooter | Gets or sets the name of a CSS class applied to a card footer element. |
| CardHeader | Gets or sets the name of a CSS class applied to a card header element. |
| CommandItem | Gets or sets the name of a CSS class applied to a command item element. |
| Content | Gets or sets the name of a CSS class applied to the content container element. |
| Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
| EditFormCard | Gets or sets the name of a CSS class applied to the Edit Form element. |
| EmptyCard | Gets or sets the name of a CSS class applied to an empty card element. |
| ErrorCard | Gets or sets the name of a CSS class applied to cards with validation errors. |
| FocusedCard | Gets or sets the name of a CSS class applied to the currently focused card element. |
| Header | Gets or sets the name of a CSS class applied to the header element. |
| HeaderPanel | Gets or sets the name of a CSS class applied to the header panel element. |
| IconErrorItem | The CSS class of an icon displayed by an error item. Inherited from BootstrapGridCssClasses. |
| IconHeaderFilter | The CSS class of a header filter button icon. Inherited from BootstrapGridCssClasses. |
| IconHeaderSortDown | The CSS class of an icon displayed by the header of a column sorted in the descending order. Inherited from BootstrapGridCssClasses. |
| IconHeaderSortUp | The CSS class of an icon displayed by the header of a column sorted in the ascending order. Inherited from BootstrapGridCssClasses. |
| IconToolbarCancel | The CSS class of an icon displayed within the Cancel toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarClearFilter | The CSS class of an icon displayed within the Clear Filter toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarClearSorting | The CSS class of an icon displayed within the Clear Sorting toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarDelete | The CSS class of an icon displayed within the Delete toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarEdit | The CSS class of an icon displayed within the Edit toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarNew | The CSS class of an icon displayed within the New toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarRefresh | The CSS class of an icon displayed within the Refresh toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarShowCardFooter | The CSS class of an icon displayed within the Card Footer toolbar item. |
| IconToolbarShowCardHeader | The CSS class of an icon displayed within the Card Header toolbar item. |
| IconToolbarShowHeaderPanel | The CSS class of an icon displayed within the Header Panel toolbar item. |
| IconToolbarShowSearchPanel | The CSS class of an icon displayed within the Search Panel toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarShowSummaryPanel | The CSS class of an icon displayed within the Summary Panel toolbar item. |
| IconToolbarUpdate | The CSS class of an icon displayed within the Update toolbar item. Inherited from BootstrapGridCssClasses. |
| IconToolbarUpdateSummaries | Inherited from BootstrapGridCssClasses. |
| PanelBodyBottom | Gets or sets the name of a CSS class applied to a panel body’s bottom. Inherited from BootstrapGridCssClasses. |
| PanelBodyTop | Gets or sets the name of a CSS class applied to a panel body’s top. Inherited from BootstrapGridCssClasses. |
| PanelHeading | Gets or sets the name of a CSS class applied to a panel’s header. Inherited from BootstrapGridCssClasses. |
| SelectedCard | Gets or sets the name of a CSS class applied to a selected card element. |
| SummaryItem | Gets or sets the name of a CSS class applied to a summary item element. |
| SummaryPanel | Gets or sets the name of a CSS class applied to the summary panel element. |
See Also