VerticalGridStyles Properties
Provides the style settings used to paint the visual elements within the ASPxVerticalGrid.| Name | Description |
|---|---|
| AlternatingRecord | Gets the style settings used to paint Alternating Record. |
| BatchEditCell | Gets the style settings defining the appearance of a grid edit cell in batch edit mode. |
| BatchEditDeletedRecord | Gets the style settings defining the appearance of a record when it is modified in batch edit mode. |
| BatchEditModifiedCell | Gets the style settings defining the appearance of a grid data cell when it is modified in batch edit mode. |
| BatchEditNewRecord | Gets the style settings defining the appearance of a grid record newly created in batch edit mode. |
| Category | Gets the style settings used to paint Category Row . |
| CommandItem | Gets the style settings used to paint a command item. |
| CommandRowRecord | Gets the style settings used to paint the command row cell. |
| CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
| Disabled | Gets the style settings used to paint the ASPxVerticalGrid when it is disabled. |
| EmptyRecord | Gets the style settings used to paint an empty record. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
| FilterBar | Gets the style settings used to paint the Filter Bar. |
| FilterBarCheckBoxCell | Gets the style settings used to paint the filter bar‘s cell which displays the check box. |
| FilterBarClearButtonCell | Gets the style settings used to paint the filter bar‘s cell which displays the Clear button. |
| FilterBarExpressionCell | Gets the style settings used to paint the filter bar‘s cell which displays the current filter expression. |
| FilterBarImageCell | Gets the style settings used to paint the filter bar‘s cell which displays the filter image. |
| FilterBarLink | Gets the style settings used to paint links (filter expression, clear filter command) displayed within the filter bar. |
| FocusedCell | Gets the style settings defining the appearance of a focused data cell. |
| Header | Gets the style settings used to paint row headers. |
| HeaderFilterItem | Gets the style settings defining the appearance of the header filter items. |
| IndentWidth | Gets or sets the indent width. |
| LoadingDiv | Gets the style settings used to paint a rectangle displayed above the ASPxVerticalGrid while waiting for a callback response. |
| LoadingPanel | Provides style settings for a loading panel that can be displayed while waiting for a callback response. |
| PagerBottomPanel | Gets the style settings used to paint the Pager bottom panel. |
| PagerTopPanel | Gets the style settings used to paint the Pager top panel. |
| Record | Gets the style settings used to paint records. |
| RecordError | Gets the style settings used to paint the Record Error. |
| RowHotTrack | Gets the style settings used to paint a data record (a record in the vertical grid) when it is hot tracked. |
| SearchPanel | Gets the style settings defining the appearance of the search panel. |
| SelectedRecord | Gets the style settings used to paint selected records. |
| StatusBar | Gets the style settings used to paint the status bar. |
| SummaryItem | Gets the style settings used to paint the summary item. |
| SummaryPanel | Gets the style settings used to paint the summary panel. |
| Table | Gets the style settings used to paint the table that represents the ASPxVerticalGrid. |
| Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
| TitlePanel | Gets the style settings used to paint the Title Panel. |
See Also