Skip to main content

TreeListCellValidationEventArgs.Column Property

Gets a column whose cell is validated.

Namespace: DevExpress.Xpf.Grid.TreeList

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

#Declaration

public ColumnBase Column { get; }

#Property Value

Type Description
ColumnBase

A ColumnBase descendant that is the column that owns the processed cell.

See Also