CustomCellExportEventArgs.Value Property
Gets the exported cell’s 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 exported cell’s value. |
See Also