Skip to main content

SpinEdit.MaximizeCommand Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand MaximizeCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

Remarks

Corresponding Method: SpinEdit.Maximize

See Also