Back to Devexpress

SpinEdit.Maximize() Method

wpf-devexpress-dot-xpf-dot-editors-dot-spinedit-0d3ff35c.md

latest1.4 KB
Original Source

SpinEdit.Maximize() Method

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Maximize()
vb
Public Sub 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

MaxValue

MinValue

Minimize()

SpinEdit Class

SpinEdit Members

DevExpress.Xpf.Editors Namespace