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

GridViewTemplates Properties

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