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