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

MVCxGridExportSettings.RightToLeft Property

Gets or sets a value specifying whether the grid data should be exported to a document with right-to-left representation.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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).

Property Paths

You can access this nested property as listed below:

Object Type Path to RightToLeft
CardViewSettings
.SettingsExport .RightToLeft
CardViewSettings<CardType>
.SettingsExport .RightToLeft
GridSettingsBase
.SettingsExport .RightToLeft
GridViewSettings
.SettingsExport .RightToLeft
GridViewSettings<RowType>
.SettingsExport .RightToLeft
VerticalGridSettings
.SettingsExport .RightToLeft
VerticalGridSettings<ColumnType>
.SettingsExport .RightToLeft
See Also