Skip to main content
All docs
V24.2

ITreeListDataColumn.ExportWidth Property

Specifies the column’s export width in pixels.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(200)]
int ExportWidth { get; set; }

Property Value

Type Default Description
Int32 200

The column width.

Remarks

Refer to the ExportWidth property description for more information and an example.

See Also