AppearanceStyleBase.Wrap Property
Gets or sets a value indicating whether the text content wraps within a container cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean Wrap { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property Wrap As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
One of the DefaultBoolean enumeration values. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Wrap |
---|---|
HtmlEditorPasteOptionsBarStyles |
|
HtmlEditorPasteOptionsBarStyles |
|
Remarks
Use the Wrap property to specify whether the contents of a specific container cell wrap.
See Also
Feedback