Skip to main content

RangeBaseEdit.MaximizeCommand Property

Sets the editor's value to the maximum allowed value, specified by the RangeBaseEdit.Maximum property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public ICommand MaximizeCommand { get; }

#Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also