Back to Devexpress

SpinStyles Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-585de569.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum SpinStyles
vb
Public Enum SpinStyles

Members

NameDescription
Horizontal

Spin buttons are oriented horizontally.

| | Vertical |

Spin buttons are oriented vertically.

|

The following properties accept/return SpinStyles values:

Remarks

The SpinStyles type is used to specify the BaseSpinEdit.Properties.SpinStyle property.

See Also

SpinStyle

DevExpress.XtraEditors.Controls Namespace