RadControls for WPF

Implements a selectable item inside a RadCarousel.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.40

Syntax

C#
public class CarouselItem : RadRowItem, 
	IThemable
Visual Basic
Public Class CarouselItem _
	Inherits RadRowItem _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadRowItem
                  Telerik.Windows.Controls..::..CarouselItem

See Also