SlideViewItemClickEventArgs.Item Property
The item within a SlideView associated with the current event.
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 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