Skip to main content
All docs
V24.1

DxTreeList.TextWrapEnabled Property

Specifies whether the TreeList wraps words or trims extra words and displays an ellipsis.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
[Parameter]
public bool TextWrapEnabled { get; set; }

Property Value

Type Default Description
Boolean true

true to wrap words; false to trim extra words and display an ellipsis.

See Also