Right to Left Align

24 Apr 20171 minute to read

TreeView supports right to left align and it can be applied by specifying EnableRTL as true.

  • CSHTML
  • <ej-tree-view id="treeview"><e-tree-view-fields datasource="ViewBag.datasource" id="Id" parent-id="Parent" text="Text" enable-rtl="true"></e-tree-view-fields></ej-tree-view>