ValidateCellEventArgs.NewValue Property
Returns the editor’s value.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object NewValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | An object that represents the value a user entered in the editor. |
See Also