Skip to main content
Tab

GridViewProperties.Templates Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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