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

GridViewTemplates Class

Contains the templates used to display the ASPxGridView’s data cells, rows, etc.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridViewTemplates :
    PropertiesBase

The following members return GridViewTemplates objects:

Remarks

The ASPxGridView provides multiple templates that allow you to create custom layouts for its visual elements (column headers, data cells, Edit Form, preview rows, etc.). A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control.

Templates can be accessed via the ASPxGridView.Templates property.

Implements

See Also