Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum SpinStyles

Members

Name Description
Horizontal

Spin buttons are oriented horizontally.

SpinStyle_Horz

Vertical

Spin buttons are oriented vertically.

SpinStyle_Vert

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