Skip to main content
Tab

AppearanceStyleBase.Wrap Property

Indicates whether the text content wraps in a container cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public virtual 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 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