Skip to main content
All docs
V24.1

SpinButtonInfo.ActualSpinDownCommand Property

Gets the actual spin down command. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand ActualSpinDownCommand { get; }

Property Value

Type Description
ICommand

The actual spin down command.

See Also