Back to Devexpress

GridColumn.ExportMaxWidth Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-b96a0d91.md

latest848 B
Original Source

GridColumn.ExportMaxWidth Property

Gets or sets the column’s maximum width in an exported document. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public double ExportMaxWidth { get; set; }

Property Value

TypeDescription
Double

The column’s maximum width in an exported document.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace