Skip to main content
All docs
V19.2
Tab

VerticalGridCategoryRow.HeaderCaptionTemplate Property

Gets or sets a template for displaying the category row header’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ITemplate HeaderCaptionTemplate { get; set; }

Property Value

Type Description
ITemplate

An object that implements the ITemplate interface.

Remarks

To provide a common template for displaying captions of the category row header, use the VerticalGridTemplates.HeaderCaption property.

Note

Once a template defined using the HeaderCaptionTemplate 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