EditorShownEventArgs.Value Property
In This Article
Gets the value that corresponds to the data grid item for which the editor is displayed.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object Value { get; }
#Property Value
Type | Description |
---|---|
System. |
The value. |
See Also