A newer version of this page is available.
Switch to the current version.
GridSettingsBase.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.v18.2.dll
Declaration
public DefaultBoolean RightToLeft { get; set; }
Public Property RightToLeft As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | One of the DefaultBoolean enumeration values. |
Remarks
refer to the Right to Left Support help topic to learn more.
See Also
Feedback