Skip to main content

SpinEdit Class

Represents an editor with spin buttons used to adjust a numerical value.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[ToolboxTabName("DX.21.2: Common Controls")]
public class SpinEdit :
    TextEdit

Remarks

The SpinEdit class represents a text editor with a pair of spin buttons that end-users can click to adjust a value. Spin buttons are used to increment or decrement the editor’s value displayed in the text edit region.

The spin editor’s value is specified via the SpinEdit.Value property. The editor’s increment value, by which the edit value is changed every time the editor is spun, is specified by the SpinEdit.Increment property.

The minimum and maximum allowed values are specified by the SpinEdit.MinValue and SpinEdit.MaxValue properties, respectively. Use the SpinEdit.Minimize or SpinEdit.Maximize method to set the editor’s value to the minimum or maximum value, respectively.

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.Core.Native.DXControl
See Also