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

SpinStyles Enum

Contains styles for the SpinEdit increment and decrement buttons.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public enum SpinStyles

Members

Name Description
Horizontal

Orients the SpinEdit editor increment and decrement buttons horizontally.

SpinStyle_Horz

Vertical

Orients the SpinEdit editor increment and decrement buttons vertically.

SpinStyle_Vert

Related API Members

The following properties accept/return SpinStyles values:

Remarks

Use the RepositoryItemBaseSpinEdit.SpinStyle property to specify the desired SpinEdit orientation of the increment and decrement buttons.

See Also