Skip to main content

BootstrapGridViewTemplates Properties

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