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

GridColumnHeaderCaptionTemplateContext.Column Property

Returns the column for which the caption is displayed.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IGridColumn Column { get; }

Property Value

Type Description
IGridColumn

The column for which the caption is displayed.

Remarks

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

See Also