Skip to main content

TreeViewSettings.EnableNodeTextWrapping Property

Gets or sets a value specifying whether the text wrapping is enabled in the Tree View nodes.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool EnableNodeTextWrapping { get; set; }

Property Value

Type Description
Boolean

true, to enable node text wrapping; otherwise, false.

Remarks

Use the EnableNodeTextWrapping property to enable text wrapping in the Tree View node when it doesn’t fit the container.

ASPxTreeView-EnableNodeTextWrapping

Run Demo: MVCxTree View - Node Text Wrapping

See Also