Back to Devexpress

GridCellValidationEventArgs.Cell Property

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

latest1.1 KB
Original Source

GridCellValidationEventArgs.Cell Property

Gets a processed cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public CellValue Cell { get; }
vb
Public ReadOnly Property Cell As CellValue

Property Value

TypeDescription
CellValue

A processed cell.

|

See Also

Identify Rows and Cards

GridCellValidationEventArgs Class

GridCellValidationEventArgs Members

DevExpress.Xpf.Grid Namespace