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

GridViewProperties.Templates Property

Manipulates the built-in ASPxGridView’s ASPxGridView.Templates property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewTemplates Templates { get; }

Property Value

Type Description
GridViewTemplates

A GridViewTemplates object that contains templates for displaying data cells, rows, etc.

See Also