Skip to main content

SlideViewItem.CommandParameter Property

Gets or sets the command parameter related to the current SlideViewItem.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object CommandParameter { get; set; }

Property Value

Type Description
Object

An Object that is the command parameter related to the current SlideViewItem.

Remarks

The CommandParameter property stores a command parameter associated with this SlideViewItem‘s command (see the SlideViewItem.Command property). A SlideViewItem‘s command is executed when this SlideViewItem’s header is clicked.

See Also