Back to Devexpress

SlideViewItem Class

wpf-devexpress-dot-xpf-dot-windowsui-7c672dee.md

latest3.2 KB
Original Source

SlideViewItem Class

An object within a SlideView that stores content.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
[DXLicenseWpf]
public class SlideViewItem :
    veHeaderedContentControl,
    IClickableControl,
    IClickable,
    ICommandSource
vb
<DXLicenseWpf>
Public Class SlideViewItem
    Inherits veHeaderedContentControl
    Implements IClickableControl,
               IClickable,
               ICommandSource

Remarks

Although a SlideView is an ItemsControl and can store items of any type, the SlideViewItem is an object specially designed to contain data within a SlideView.

SlideViewItems have a click-able header, specified via the Header property. See the Slide View and Navigation topics to learn more.

You can customize headers and content for all SlideViewItem objects within a SlideView via DataTemplates. To do so, assign the required DataTemplates to the SlideView’s ItemTemplate and SlideView.ItemHeaderTemplate properties. See the How To: Create a SlideView and Populate It with Data example to learn more.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl DevExpress.Xpf.WindowsUI.Base.veContentControlBase DevExpress.Xpf.WindowsUI.Base.veContentControl DevExpress.Xpf.WindowsUI.Base.veHeaderedContentControl SlideViewItem

See Also

SlideViewItem Members

Slide View

Navigation

How To: Create a SlideView and Populate It with Data

DevExpress.Xpf.WindowsUI Namespace