Skip to main content

BootstrapGridViewTemplatesBuilder<TModel> Methods

Contains the templates used to display the Grid View’s data cells, rows, etc.
Name Description
DataItem(TemplateContent) Sets a template for displaying data cells. Inherited from BootstrapGridViewTemplatesBuilder.
DataItem(TemplateContentCallback<BootstrapGridViewDataItemTemplateContainerSettings<TModel>>) Sets a template for displaying data cells.
DataItem(TemplateContentCallback<BootstrapGridViewDataItemTemplateContainerSettings>) Sets a template for displaying data cells. Inherited from BootstrapGridViewTemplatesBuilder.
DataRow(TemplateContent) Sets a template for displaying data rows. Inherited from BootstrapGridViewTemplatesBuilder.
DataRow(TemplateContentCallback<BootstrapGridViewDataRowTemplateContainerSettings<TModel>>) Sets a template for displaying group rows.
DataRow(TemplateContentCallback<BootstrapGridViewDataRowTemplateContainerSettings>) Sets a template for displaying data rows. Inherited from BootstrapGridViewTemplatesBuilder.
DetailRow(TemplateContent) Sets a template for displaying detail rows. Inherited from BootstrapGridViewTemplatesBuilder.
DetailRow(TemplateContentCallback<BootstrapGridViewDetailRowTemplateContainerSettings<TModel>>) Sets a template for displaying detail rows.
DetailRow(TemplateContentCallback<BootstrapGridViewDetailRowTemplateContainerSettings>) Sets a template for displaying detail rows. Inherited from BootstrapGridViewTemplatesBuilder.
EditForm(TemplateContent) Sets a template for displaying the Edit Form. Inherited from BootstrapGridViewTemplatesBuilder.
EditForm(TemplateContentCallback<BootstrapGridViewEditFormTemplateContainerSettings<TModel>>) Sets a template for displaying the Edit Form.
EditForm(TemplateContentCallback<BootstrapGridViewEditFormTemplateContainerSettings>) Sets a template for displaying the Edit Form. Inherited from BootstrapGridViewTemplatesBuilder.
EmptyDataRow(TemplateContent) Sets a template for displaying the empty data row. Inherited from BootstrapGridViewTemplatesBuilder.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
FilterCell(TemplateContent) Sets a template for displaying a filter row cell. Inherited from BootstrapGridViewTemplatesBuilder.
FilterCell(TemplateContentCallback<BootstrapGridViewFilterCellTemplateContainerSettings>) Sets a template for displaying a filter row cell. Inherited from BootstrapGridViewTemplatesBuilder.
FilterRow(TemplateContent) Sets a template for displaying a filter row. Inherited from BootstrapGridViewTemplatesBuilder.
FooterCell(TemplateContent) Sets a template for displaying footer cells. Inherited from BootstrapGridViewTemplatesBuilder.
FooterCell(TemplateContentCallback<BootstrapGridViewFooterCellTemplateContainerSettings>) Sets a template for displaying footer cells. Inherited from BootstrapGridViewTemplatesBuilder.
FooterRow(TemplateContent) Sets a template for displaying the Footer. Inherited from BootstrapGridViewTemplatesBuilder.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GroupFooterCell(TemplateContent) Sets a template for displaying a group footer cell. Inherited from BootstrapGridViewTemplatesBuilder.
GroupFooterCell(TemplateContentCallback<BootstrapGridViewGroupFooterCellTemplateContainerSettings>) Sets a template for displaying a group footer cell. Inherited from BootstrapGridViewTemplatesBuilder.
GroupFooterRow(TemplateContent) Sets a template for displaying a group footer row. Inherited from BootstrapGridViewTemplatesBuilder.
GroupFooterRow(TemplateContentCallback<BootstrapGridViewGroupFooterRowTemplateContainerSettings>) Sets a template for displaying a group footer row. Inherited from BootstrapGridViewTemplatesBuilder.
GroupRow(TemplateContent) Sets a template for displaying group rows. Inherited from BootstrapGridViewTemplatesBuilder.
GroupRow(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings<TModel>>)
GroupRow(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) Sets a template for displaying group rows. Inherited from BootstrapGridViewTemplatesBuilder.
GroupRowContent(TemplateContent) Sets a template for displaying the content of group rows. Inherited from BootstrapGridViewTemplatesBuilder.
GroupRowContent(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) Sets a template for displaying the content of group rows. Inherited from BootstrapGridViewTemplatesBuilder.
Header(TemplateContent) Sets a template for displaying column headers. Inherited from BootstrapGridViewTemplatesBuilder.
Header(TemplateContentCallback<BootstrapGridViewHeaderTemplateContainerSettings>) Sets a template for displaying column headers. Inherited from BootstrapGridViewTemplatesBuilder.
HeaderCaption(TemplateContent) Sets a template for displaying column header captions. Inherited from BootstrapGridViewTemplatesBuilder.
HeaderCaption(TemplateContentCallback<BootstrapGridViewHeaderTemplateContainerSettings>) Sets a template for displaying column header captions. Inherited from BootstrapGridViewTemplatesBuilder.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
PagerBar(TemplateContent) Sets a template for displaying the GridView’s Pager. Inherited from BootstrapGridViewTemplatesBuilder.
PagerBar(TemplateContentCallback<BootstrapGridViewPagerBarTemplateContainerSettings>) Sets a template for displaying the GridView’s Pager. Inherited from BootstrapGridViewTemplatesBuilder.
PreviewRow(TemplateContent) Sets a template for displaying preview rows. Inherited from BootstrapGridViewTemplatesBuilder.
PreviewRow(TemplateContentCallback<BootstrapGridViewPreviewRowTemplateContainerSettings<TModel>>) Sets a template for displaying preview rows.
PreviewRow(TemplateContentCallback<BootstrapGridViewPreviewRowTemplateContainerSettings>) Sets a template for displaying preview rows. Inherited from BootstrapGridViewTemplatesBuilder.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
StatusBar(TemplateContent) Sets a template for displaying the GridView’s status bar. Inherited from BootstrapGridViewTemplatesBuilder.
TitlePanel(TemplateContent) Sets a template for displaying the Title Panel. Inherited from BootstrapGridViewTemplatesBuilder.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also