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

BarManager.RightToLeft Property

Gets or sets a value indicating whether the BarManager‘s elements are aligned to support locales using right-to-left fonts.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public virtual DefaultBoolean RightToLeft { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A value indicating whether the BarManager‘s elements are aligned to support locales using right-to-left fonts.

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

If the RightToLeft property is set to Default, it is automatically inherited from the parent control.

See Also