# RTL Support

## Content



TrueDBGrid provides support for languages that follow Right-to-Left scripts. The control enables you to present all TrueDBGrid contents in the right-to-left direction by using the **RightToLeft** property of **System.Windows.Forms.Control**. You can set the property to any of the values in the **RightToLeft** enumeration of **Systems.Windows.Forms** as follows:

*   **No**: Sets the direction from left to right, which is the default direction.
*   **Yes**: Sets the direction from right to left.
*   **Inherit**: Inherits the direction from the parent control.

![](https://cdn.mescius.io/document-site-files/images/a1b176e5-6638-4b1f-a786-e41a817558bb/images/righttoleft-truedbgrid.png)