Skip to main content

UnboundExpressionEditorEventArgs.Column Property

Gets an unbound column whose expression will be edited in the Expression Editor.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ColumnBase Column { get; }

#Property Value

Type Description
ColumnBase

A ColumnBase object that represents the unbound column.

#Remarks

To learn more, see Unbound Columns.

See Also