GridColumn.ExportWidth Property
Gets or sets the column’s 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
[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength ExportWidth { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
The column’s width in an exported document. |