Back to Devexpress

TextEdit.SpinDownCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-dcd281ae.md

latest1.1 KB
Original Source

TextEdit.SpinDownCommand Property

Decrements the value of a masked editor.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand SpinDownCommand { get; }
vb
Public ReadOnly Property SpinDownCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

See Also

SpinDown()

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace