RadControls for WPF

RadCarousel is a powerful control that allows you to display data from many different kinds of data sources using the RadCarouselPanel.

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

Syntax

C#
public class RadCarousel : DataControl, 
	IThemable
Visual Basic
Public Class RadCarousel _
	Inherits DataControl _
	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
              Telerik.Windows.Controls..::..DataControl
                Telerik.Windows.Controls..::..RadCarousel

See Also