Back to Devexpress

TextEdit.SpinUpCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-32a25bb6.md

latest1.1 KB
Original Source

TextEdit.SpinUpCommand Property

Increments 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 SpinUpCommand { get; }
vb
Public ReadOnly Property SpinUpCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

See Also

SpinUp()

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace