SpinStyles Enum
In This Article
Enumerates values that specify whether spin buttons in the SpinEdit, TimeEdit, and TimeSpanEdit controls are oriented vertically or horizontally.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Horizontal
|
Spin buttons are oriented horizontally. |
Vertical
|
Spin buttons are oriented vertically. |
#Related API Members
The following properties accept/return SpinStyles values:
#Remarks
The SpinStyles
type is used to specify the BaseSpinEdit.Properties.SpinStyle property.
See Also