Back to Devexpress

VerticalGridRow.HeaderCaptionTemplate Property

aspnet-devexpress-dot-web-dot-verticalgridrow-61681620.md

latest1.9 KB
Original Source

VerticalGridRow.HeaderCaptionTemplate Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate HeaderCaptionTemplate { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property HeaderCaptionTemplate As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

An object that implements the ITemplate interface.

|

Remarks

To provide a common template for displaying captions of the 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

Vertical Grid Templates

Vertical Grid

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace