EditFormValidationEventArgs.Item Property
Gets or sets the item that is associated with the edit form.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
Object | A data object. |
See Also