Skip to main content
A newer version of this page is available. .

DXMenuItem.GetIsRightToLeft() Method

Returns whether the current menu item is actually aligned to support locales using right-to-left fonts.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public virtual bool GetIsRightToLeft()

Returns

Type Description
Boolean

true if the current item is actually aligned to support locales using right-to-left fonts; otherwise, false.

See Also