Skip to main content

SlideViewItemClickEventArgs.Item Property

The item within a SlideView associated with the current event.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object Item { get; }

Property Value

Type Description
Object

An Object that is the item within a SlideView associated with the current event.

Remarks

The Item property returns an item within a SlideView related to the current event. For example, a SlideViewItem whose header click has caused the SlideView.ItemClick event.

See Also