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