Back to Devexpress

SpinEdit.MaximizeCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-spinedit-1a0a58a6.md

latest1.2 KB
Original Source

SpinEdit.MaximizeCommand Property

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 ICommand MaximizeCommand { get; }
vb
Public ReadOnly Property MaximizeCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

Remarks

Corresponding Method: SpinEdit.Maximize

See Also

Minimize()

SpinEdit Class

SpinEdit Members

DevExpress.Xpf.Editors Namespace