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

VerticalGridTemplates Class

Contains the templates used to display the ASPxVerticalGrid’s data cells, records, etc.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridTemplates :
    PropertiesBase

The following members return VerticalGridTemplates objects:

Remarks

The ASPxVerticalGrid provides multiple templates that allow you to create custom layouts for its visual elements (row headers, data cells, Edit Cell 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 using the ASPxVerticalGrid.Templates property.

Implements

Inheritance

See Also