Skip to main content
Tab

VerticalGridCategoryRow.CategoryTemplate Property

Gets or sets a template for displaying category rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public virtual ITemplate CategoryTemplate { get; set; }

Property Value

Type Default Description
ITemplate null

An object that implements the ITemplate interface.

Remarks

To provide a common template for displaying category rows within the ASPxVerticalGrid, use the VerticalGridTemplates.Category property.

Note

Once a template defined using the CategoryTemplate property is created within a control, it is instantiated within a container object of the VerticalGridHeaderTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also