Skip to main content

DXMenuItem.IsRightToLeft Property

Gets or sets whether the menu item is aligned to support locales using right-to-left fonts.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public virtual bool IsRightToLeft { get; set; }

Property Value

Type Description
Boolean

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

See Also