Back to Devexpress

GridColumnHeaderCaptionTemplateContext.DataColumn Property

blazor-devexpress-dot-blazor-dot-gridcolumnheadercaptiontemplatecontext-9d66ce7b.md

latest1.4 KB
Original Source

GridColumnHeaderCaptionTemplateContext.DataColumn Property

Returns the data column for which the caption is displayed.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IGridDataColumn DataColumn { get; }

Property Value

TypeDescription
IGridDataColumn

The data column for which the caption is displayed.

|

Remarks

If you specify the header caption template for the command or selection column, use the Column property instead.

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

See Also

GridColumnHeaderCaptionTemplateContext Class

GridColumnHeaderCaptionTemplateContext Members

DevExpress.Blazor Namespace