A newer version of this page is available.
Switch to the current version.
SpinStyles Enum
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.v19.2.dll
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
Feedback