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

ColumnDataEventArgsBase.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A ColumnBase descendant that specifies the unbound column currently being processed.

Remarks

To learn more, see Unbound Columns.

See Also