Skip to main content

SlideViewItem.CommandTarget Property

Gets or sets the element on which to raise the SlideViewItem.Command. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IInputElement CommandTarget { get; set; }

Property Value

Type Description
IInputElement

The element on which to raise the SlideViewItem.Command.

See Also