aspnet-devexpress-dot-web-dot-appearancestylebase.md
Indicates whether the text content wraps in a container cell.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean Wrap { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property Wrap As DefaultBoolean
| 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
|
Use the Wrap property to specify whether the contents of a specific container cell wrap. Note that this property has effect only if a cell text contains white spaces.
To learn more about text wrapping, see the following help topic: Set Up Text Wrapping.
See Also