Skip to main content

ColumnDataEventArgsBase.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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