General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapGridViewTemplates Class
Contains the templates used to display the Grid View's data cells, rows, etc.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
public class BootstrapGridViewTemplates :
GridViewTemplates
Public Class BootstrapGridViewTemplates
Inherits GridViewTemplates
Remarks
The Grid View provides multiple templates that allow you to create custom layouts for its visual elements (column headers, data cells, Edit Form, preview rows, etc.). A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control.
Templates can be accessed via the BootstrapGridView.Templates property.
Inheritance
Object
StateManager
PropertiesBase
GridViewTemplates
BootstrapGridViewTemplates
See Also
Feedback