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

SpinEdit.Minimize() Method

Sets the editor’s value to the minimum allowed value.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public void Minimize()

Remarks

This method sets the editor’s BaseEdit.EditValue property to the minimum allowed value, specified by the SpinEdit.MinValue property. To set the editor’s value to the maximum allowed value, use the SpinEdit.Maximize method. The maximum allowed value is specified by the SpinEdit.MaxValue property.

See Also