Skip to main content

TextEdit.SpinDownCommand Property

Decrements the value of a masked editor.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public ICommand SpinDownCommand { get; }

#Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

#Remarks

Corresponding Method: TextEdit.SpinDown

See Also