Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Right to Left

 
From
Subject
Date Created
Has Attachment
New
CollapseDeveloper Express - RayNew Holiday Skin4/15/2024EditNew
  Andrew FullerRe: New Holiday Skin4/15/2024 
  
v
UpdateCancel
  
 CollapseSteven BuchananRe: New Holiday Skin4/15/2024EditNew
   Nancy DavolioRe: New Holiday Skin4/15/2024EditNew
 CollapseJanet LeverlingRe: New Holiday Skin4/15/2024EditNew
  CollapseMax V. Evseev (Developer Express)Re: New Holiday Skin4/16/2024EditNew
    Thomas HardyRe: New Holiday Skin4/16/2024EditNew
    Janet LeverlingRe: New Holiday Skin4/16/2024EditNew
   CollapseNancy DavolioRe: New Holiday Skin4/17/2024EditNew
     Thomas HardyRe: New Holiday Skin4/17/2024EditNew
Next21Prev

The DevExpress ASP.NET Tree List (ASPxTreeList) provides support for right-to-left languages such as Arabic and Hebrew, allowing you to create international web pages with right-to-left text, as well as the mirroring of UI elements.

Switch the ASPxTreeList to a right-to-left display by enabling a single property – RightToLeft. When this property is set to true, the text flows from right-to-left, and the layout of most UI elements is reversed.

If you need to apply right-to-left representation to all DevExpress web controls within your web application, you can enable a special configuration option in the web.config file instead of switching the RightToLeft property of each control: the rightToLeft option. This option can be accessed within the settings group of the devExpress section in the web.config file.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxTreeListDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxTreeListDemos