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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | true if menu items are actually aligned to support locales using right-to-left fonts; otherwise, false. |
See Also