Back to Devexpress

GridViewTemplates Class

aspnet-devexpress-dot-web-068dd488.md

latest2.3 KB
Original Source

GridViewTemplates Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewTemplates :
    PropertiesBase
vb
Public Class GridViewTemplates
    Inherits 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.

Refer to the Create Templates topic for information on how to create templates for the Grid View control’s elements.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase GridViewTemplates BootstrapGridViewTemplates

See Also

GridViewTemplates Members

Grid View

DevExpress.Web Namespace