CustomCellDisplayTextEventArgs.Value Property
Gets the cell value.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
Object | The cell value. |
See Also