Skip to main content
A newer version of this page is available. .
Tab

LevelProperties.Wrap Property

Gets or sets a value indicating whether the text content wraps within the site map nodes of the current level.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean Wrap { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

One of the DefaultBoolean enumeration values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Use the Wrap property to specify whether the text contents of the site map nodes, which belong to the current hierarchy level, wrap at the boundary of the nodes’ client regions.

See Also