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

BootstrapGridViewTemplates Properties

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