Skip to main content
A newer version of this page is available. .

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

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