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

GridCellValidationEventArgs.Column Property

Gets the column that contains the processed cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ColumnBase Column { get; protected set; }

Property Value

Type Description
ColumnBase

The column that contains the processed cell.

See Also