BootstrapGridViewTemplatesBuilder 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. |
| DataItem(TemplateContentCallback<BootstrapGridViewDataItemTemplateContainerSettings>) | Sets a template for displaying data cells. |
| DataRow(TemplateContent) | Sets a template for displaying data rows. |
| DataRow(TemplateContentCallback<BootstrapGridViewDataRowTemplateContainerSettings>) | Sets a template for displaying data rows. |
| DetailRow(TemplateContent) | Sets a template for displaying detail rows. |
| DetailRow(TemplateContentCallback<BootstrapGridViewDetailRowTemplateContainerSettings>) | Sets a template for displaying detail rows. |
| EditForm(TemplateContent) | Sets a template for displaying the Edit Form. |
| EditForm(TemplateContentCallback<BootstrapGridViewEditFormTemplateContainerSettings>) | Sets a template for displaying the Edit Form. |
| EmptyDataRow(TemplateContent) | Sets a template for displaying the empty data row. |
| 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. |
| FilterCell(TemplateContentCallback<BootstrapGridViewFilterCellTemplateContainerSettings>) | Sets a template for displaying a filter row cell. |
| FilterRow(TemplateContent) | Sets a template for displaying a filter row. |
| FooterCell(TemplateContent) | Sets a template for displaying footer cells. |
| FooterCell(TemplateContentCallback<BootstrapGridViewFooterCellTemplateContainerSettings>) | Sets a template for displaying footer cells. |
| FooterRow(TemplateContent) | Sets a template for displaying the Footer. |
| 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. |
| GroupFooterCell(TemplateContentCallback<BootstrapGridViewGroupFooterCellTemplateContainerSettings>) | Sets a template for displaying a group footer cell. |
| GroupFooterRow(TemplateContent) | Sets a template for displaying a group footer row. |
| GroupFooterRow(TemplateContentCallback<BootstrapGridViewGroupFooterRowTemplateContainerSettings>) | Sets a template for displaying a group footer row. |
| GroupRow(TemplateContent) | Sets a template for displaying group rows. |
| GroupRow(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) | Sets a template for displaying group rows. |
| GroupRowContent(TemplateContent) | Sets a template for displaying the content of group rows. |
| GroupRowContent(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) | Sets a template for displaying the content of group rows. |
| Header(TemplateContent) | Sets a template for displaying column headers. |
| Header(TemplateContentCallback<BootstrapGridViewHeaderTemplateContainerSettings>) | Sets a template for displaying column headers. |
| HeaderCaption(TemplateContent) | Sets a template for displaying column header captions. |
| HeaderCaption(TemplateContentCallback<BootstrapGridViewHeaderTemplateContainerSettings>) | Sets a template for displaying column header captions. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| PagerBar(TemplateContent) | Sets a template for displaying the GridView’s Pager. |
| PagerBar(TemplateContentCallback<BootstrapGridViewPagerBarTemplateContainerSettings>) | Sets a template for displaying the GridView’s Pager. |
| PreviewRow(TemplateContent) | Sets a template for displaying preview rows. |
| PreviewRow(TemplateContentCallback<BootstrapGridViewPreviewRowTemplateContainerSettings>) | Sets a template for displaying preview rows. |
| 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. |
| TitlePanel(TemplateContent) | Sets a template for displaying the Title Panel. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also