GridViewTemplates Properties
Contains the templates used to display the ASPxGridView’s data cells, rows, etc.| Name | Description |
|---|---|
| DataItem | Specifies a template to display data cells. |
| DataRow | Specifies a template to display data rows. |
| DetailRow | Specifies a template to display detail rows. |
| EditForm | Specifies a template to display an edit form. |
| EmptyDataRow | Specifies a template to display an empty data row. |
| FilterCell | Specifies a template to display a filter row cell. |
| FilterRow | Specifies a template to display a filter row. |
| FooterCell | Specifies a template to display footer cells. |
| FooterRow | Specifies a template to display the footer. |
| GroupFooterCell | Specifies a template to display a group footer cell. |
| GroupFooterRow | Specifies a template to display a group footer row. |
| GroupRow | Specifies a template to display group rows. |
| GroupRowContent | Specifies a template to display the group row content. |
| Header | Specifies a template to display column headers. |
| HeaderCaption | Specifies a template to display column header captions. |
| PagerBar | Specifies a template to display the pager. |
| PreviewRow | Specifies a template to display preview rows. |
| StatusBar | Specifies a template to display the status bar. |
| TitlePanel | Specifies a template to display the title panel. |
See Also