A newer version of this page is available.
Switch to the current version.
ASPxGridExportSettings.RightToLeft Property
Gets or sets a value specifying whether or not the current control supports right-to-left representation.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.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. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to RightToLeft |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxGridView |
|
|
ASPxVerticalGrid |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxVerticalGrid |
|
|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapGridView |
|
Remarks
refer to the Right to Left Support help topic to learn more.
See Also
Feedback