Skip to main content

HtmlEditorStatusBarSizeGripStyle.Wrap Property

This property is not in effect for the HtmlEditorStatusBarSizeGripStyle class.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override DefaultBoolean Wrap { get; set; }

Property Value

Type
DefaultBoolean

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

The property is overridden only to prevent it from appearing in Microsoft Visual Studio designer tools.

See Also