Skip to main content

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
GridLength

The column’s width in an exported document.

See Also