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