A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.RightToLeft Property
Gets or sets a value specifying whether or not the current control supports right-to-left representation.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeft { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property RightToLeft As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
One of the DefaultBoolean enumeration values. |
Remarks
refer to the Right to Left Support help topic to learn more.
See Also
Feedback