Skip to main content
All docs
V23.2

SpinButtonInfo.SpinUpCommandParameter Property

Gets or sets the parameter passed to the SpinUpCommand. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object SpinUpCommandParameter { get; set; }

Property Value

Type Description
Object

The parameter passed to the SpinUpCommand.

See Also