Skip to main content
All docs
V24.2

ITreeListDataColumn.ExportEnabled Property

Specifies whether the TreeList can export the column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
bool ExportEnabled { get; set; }

Property Value

Type Default Description
Boolean true

true if the current column can be exported; otherwise, false.

Remarks

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

See Also