Skip to main content
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.v23.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 enumeration values.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

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