Back to Devexpress

ASPxVerticalGrid.Templates Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-b1c18df2.md

latest2.0 KB
Original Source

ASPxVerticalGrid.Templates Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridTemplates Templates { get; }
vb
Public ReadOnly Property Templates As VerticalGridTemplates

Property Value

TypeDescription
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.

See Also

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace