Skip to main content
All docs
V18.2

FluentDesignFormControl.IsRightToLeft Property

Returns whether this FluentDesignFormControl is currently in the Right-to-Left layout mode.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
[DXCategory("Properties")]
public bool IsRightToLeft { get; }

Property Value

Type Description
Boolean

true if this FluentDesignFormControl is currently in the Right-to-Left layout mode; otherwise, false.

See Also