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

FormLayoutSettings<ModelType>.RightToLeft Property

Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.

Namespace: DevExpress.Web.Mvc

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

Declaration

public DefaultBoolean RightToLeft { get; set; }

Property Value

Type Description
DefaultBoolean

One of the DefaultBoolean enumeration values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

refer to the Right to Left Support help topic to learn more.

See Also