Back to Devexpress

OfficeNavigationBar.IsRightToLeft Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-b0803952.md

latest1.7 KB
Original Source

OfficeNavigationBar.IsRightToLeft Property

Gets whether the OfficeNavigationBar‘s visual elements are actually aligned to support locales using right-to-left fonts.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsRightToLeft { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsRightToLeft As Boolean

Property Value

TypeDescription
Boolean

true if OfficeNavigationBar‘s visual elements are actually aligned to support locales using right-to-left fonts; otherwise, false.

|

Remarks

See the WindowsFormsSettings.RightToLeft property for details.

See Also

RightToLeft

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace