CustomExportEventArgs.Content Property
Gets or sets the content of the exported cell.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
Object | The content of the exported cell. |
See Also