Skip to main content
A newer version of this page is available. .
Tab

AppearanceStyleBase.Wrap Property

Gets or sets a value indicating whether the text content wraps within a container cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean Wrap { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

One of the DefaultBoolean enumeration values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to Wrap
HtmlEditorPasteOptionsBarStyles

Remarks

Use the Wrap property to specify whether the contents of a specific container cell wrap.

See Also