ASPxVerticalGrid.Templates Property
Provides access to the templates used to display the ASPxVerticalGrid’s elements (cells, rows, etc.).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
VerticalGridTemplates | A VerticalGridTemplates object that contains templates for displaying data cells, rows, etc. |
Remarks
A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control. The ASPxVerticalGrid provides multiple templates that can be accessed by the Templates property. You can provide templates used for displaying cells, row headers, records, etc.
For examples on how templates can be used within the ASPxVerticalGrid, see Templates in the ASPxVerticalGrid’s demo.