VerticalGridTemplates Properties
Contains the templates used to display the ASPxVerticalGrid’s data cells, records, etc.| Name | Description |
|---|---|
| Category | Gets or sets a template for displaying category rows. |
| CategoryCaption | Gets or sets a template for displaying a category row‘s caption. |
| DataItem | Gets or sets a template for displaying data cells. |
| EditItem | Gets or sets a template for displaying the cell within a record that is in edit mode. |
| EmptyRecord | Gets or sets a template for displaying the empty record. |
| Header | Gets or sets a template for displaying row headers. |
| HeaderCaption | Gets or sets a template for displaying row header captions. |
| PagerBar | Gets or sets a template for displaying the ASPxVerticalGrid’s pager. |
| StatusBar | Gets or sets a template for displaying the ASPxVerticalGrid’s status bar. |
| TitlePanel | Gets or sets a template for displaying the title panel. |
See Also