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

RangeControl.Orientation Property

Gets or sets the control’s orientation.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(Orientation.Horizontal)]
[SmartTagProperty("Orientation", "", SmartTagActionType.RefreshBoundsAfterExecute)]
[DXCategory("Appearance")]
public Orientation Orientation { get; set; }

Property Value

Type Default Description
Orientation **Horizontal**

A System.Windows.Forms.Orientation value.

Remarks

The RangeControl supports horizontal and vertical orientations.

See Also