Skip to main content

HeaderData.Column Property

Gets the grid column.

Namespace: DevExpress.WinUI.Grid

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