Back to Devexpress

RangeControl.Orientation Property

windowsforms-devexpress-dot-xtraeditors-dot-rangecontrol-e6966bad.md

latest1.3 KB
Original Source

RangeControl.Orientation Property

Gets or sets the control’s orientation.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
<DXCategory("Appearance")>
Public Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

A System.Windows.Forms.Orientation value.

|

Remarks

The RangeControl supports horizontal and vertical orientations.

See Also

RangeControl Class

RangeControl Members

DevExpress.XtraEditors Namespace