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

HeaderData.Column Property

Gets the grid column.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "$() => NotifyPropertyChanged(ColumnArgs)")]
public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

The grid column.

See Also