AppearanceStyleBase.Wrap Property
Indicates whether the text content wraps in a container cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | 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 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