Skip to main content

RangeControl.Orientation Property

Gets or sets the control’s orientation.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(Orientation.Horizontal)]
[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