GridColumn.ExportMinWidth Property
Gets or sets the column’s minimum 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 ExportMinWidth { get; set; }
Property Value
Type | Description |
---|---|
Double | The column’s minimum width in an exported document. |
See Also