Skip to main content

SlideView.BackCommandParameter Property

Gets or sets the SlideView.BackCommand parameter. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object BackCommandParameter { get; set; }

Property Value

Type Description
Object

The command specific data.

See Also