Skip to main content
Bar

MenuAppearance.UpdateRightToLeft(Boolean) Method

Updates the right-to-left text direction option.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void UpdateRightToLeft(
    bool rightToLeft
)

Parameters

Name Type Description
rightToLeft Boolean

true if the text is directed from right to left; otherwise, false.

See Also