Back to Devexpress

GridCellValidationEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcellvalidationeventargs.md

latest1.1 KB
Original Source

GridCellValidationEventArgs.Column Property

Gets the column that contains the processed cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ColumnBase Column { get; }
vb
Public ReadOnly Property Column As ColumnBase

Property Value

TypeDescription
ColumnBase

A ColumnBase object that represents the column that contains the processed cell.

|

See Also

GridCellValidationEventArgs Class

GridCellValidationEventArgs Members

DevExpress.Xpf.Grid Namespace