SlideViewItem.CommandParameter Property
Gets or sets the command parameter related to the current SlideViewItem.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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