ValidateCellEventArgs.Item Property
In This Article
Returns the data source object that is used to create the processed cell’s row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
System. |
An object that specifies an individual record of a data source bound to the grid. |
See Also