aspnet-devexpress-dot-web-6f589c55.md
Contains the templates used to display the ASPxVerticalGrid’s data cells, records, etc.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridTemplates :
PropertiesBase
Public Class VerticalGridTemplates
Inherits PropertiesBase
The following members return VerticalGridTemplates objects:
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.
Object StateManager PropertiesBase VerticalGridTemplates
See Also