Back to Devexpress

MenuSettingsBase.RightToLeft Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-210f2313.md

latest1.5 KB
Original Source

MenuSettingsBase.RightToLeft Property

Specifies whether to apply right-to-left representation to the extension.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public DefaultBoolean RightToLeft { get; set; }
vb
Public Property RightToLeft As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

One of the enumeration values.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Refer to the following topic for more information: Right to Left Support.

See Also

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace