Back to Devexpress

AppearanceStyleBase.Wrap Property

aspnet-devexpress-dot-web-dot-appearancestylebase.md

latest1.6 KB
Original Source

AppearanceStyleBase.Wrap Property

Indicates whether the text content wraps in a container cell.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean Wrap { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property Wrap As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

One of the enumeration values.

|

Available values:

NameDescriptionReturn 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

AppearanceStyleBase Class

AppearanceStyleBase Members

DevExpress.Web Namespace