Back to Devexpress

SpinEdit.MinimizeCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-spinedit-8d363682.md

latest1.2 KB
Original Source

SpinEdit.MinimizeCommand Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand MinimizeCommand { get; }
vb
Public ReadOnly Property MinimizeCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

Remarks

Corresponding Method: SpinEdit.Minimize

See Also

Maximize()

SpinEdit Class

SpinEdit Members

DevExpress.Xpf.Editors Namespace