ASPxWebControl.GlobalRightToLeft Property
Gets or sets that the right-to-left orientation shall be globally applied to all DevExpress web controls across the web page or the entire web site.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | One of the DefaultBoolean enumeration values. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
Use the GlobalRightToLeft property to apply the selected right-to-left orientation to all DevExpress web controls within the web page or the entire web site. If the GlobalRightToLeft property is not specified (is set to Default), it returns the rightToLeft Web.config option value.
Depending on your application needs, you can use the GlobalRightToLeft property at different levels within your application. The main requirement is that the property should be explicitly assigned on executing each request.
Page Level
Note that you should specify the GlobalRightToLeft property before the PreRender event is raised.
Application Level - in Global.asax
refer to the Right to Left Support help topic to learn more.