Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGrid.Templates Property

Provides access to the templates used to display the ASPxVerticalGrid’s elements (cells, rows, etc.).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridTemplates Templates { get; }

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.

ASPxVerticalGrid-Templates

For examples on how templates can be used within the ASPxVerticalGrid, see Templates in the ASPxVerticalGrid’s demo.

See Also