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

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.v19.2.dll

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