Skip to main content

GridCellValidationEventArgs.Column Property

Gets a column that owns the cell.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridColumn Column { get; }

#Property Value

Type Description
GridColumn

A GridColumn object that represents the column whose cell is validated.

See Also