Back to Devexpress

CustomDrawEventArgs.IsRightToLeft Property

windowsforms-devexpress-dot-xtratreelist-dot-customdraweventargs-8bf611f7.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public virtual bool IsRightToLeft { get; }
vb
Public Overridable ReadOnly Property IsRightToLeft As Boolean

Property Value

TypeDescription
Boolean

true if the TreeList’s elements are aligned to support locales using right-to-left fonts; otherwise, false.

|

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraTreeList Namespace