Back to Devexpress

GridColumn.ExportWidth Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-19c13235.md

latest895 B
Original Source

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

csharp
[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength ExportWidth { get; set; }

Property Value

TypeDescription
GridLength

The column’s width in an exported document.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace