Skip to main content

GridColumnDataEventArgs.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GridColumnBase Column { get; }

Property Value

Type Description
GridColumnBase

A GridColumnBase descendant that represents the unbound column.

See Also