Skip to main content
Tab

SettingsConfigurationSection.RightToLeft Property

Gets or sets the value of the Right to Left Support configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool RightToLeft { get; set; }

#Property Value

Type Description
Boolean

true if the option is enabled; otherwise, false.

See Also