RangeControl.Orientation Property
Gets or sets the control’s orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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