Skip to main content
A newer version of this page is available. .

RangeBaseEdit.MinimizeCommand Property

Sets the editor’s value to the minimum allowed value, specified by the RangeBaseEdit.Minimum property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public ICommand MinimizeCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also