LevelProperties.Wrap Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean Wrap { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | One of the enumeration values. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#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