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

GridColumnHeaderCaptionTemplateContext.Caption Property

Returns the column header’s caption.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public string Caption { get; }

Property Value

Type Description
String

The caption.

Remarks

Refer to the DxGrid.ColumnHeaderCaptionTemplate and DxGridColumn.HeaderCaptionTemplate descriptions for more information and examples.

See Also