CustomDrawEventArgs.IsRightToLeft Property
Gets a value indicating whether the TreeList’s elements are aligned to support locales using right-to-left fonts.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the TreeList’s elements are aligned to support locales using right-to-left fonts; otherwise, false. |
See Also