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

VerticalGridTemplates.Category Property

Gets or sets a template for displaying category rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
ITemplate *null*

An object that implements the ITemplate interface.

See Also