Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpinEdit.Maximize() Method

In This Article

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public void Maximize()

#Remarks

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

See Also