Back to Devexpress

GridColumn.AllowExport Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-30b78716.md

latest863 B
Original Source

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

csharp
public bool AllowExport { get; set; }

Property Value

TypeDescription
Boolean

true to display the column in the export document; otherwise, false.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace