GridColumn.AllowExport Property
Gets or sets whether to display the column in the exported document. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool AllowExport { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also