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

DXPopupMenu.GetIsRightToLeft() Method

Returns whether the menu items are actually aligned to support locales using right-to-left fonts.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public override bool GetIsRightToLeft()

Returns

Type Description
Boolean

true, if menu items are actually aligned to support locales using right-to-left fonts; otherwise, false.

See Also