Skip to main content

GridColumnHeaderCaptionTemplateContext.Caption Property

Returns the column header’s caption.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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