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
public double ExportMaxWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The column’s maximum width in an exported document. |
See Also