Skip to main content

TreeListDataColumn.ExportWidth Property

Gets or sets the column’s export width.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value that specifies the column’s width (in pixels) for export purposes.

Remarks

When the TreeList’s data is exported using the ASPxTreeListExporter, you can use the ExportWidth property to define the width that the column should have in the exported report.

If the ExportWidth property is set to the default 0 value, the column’s export width depends upon the column’s content.

See Also