skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadCarousel

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

Inheritance
System.Object
DataControl
RadCarousel
Inherited Members
DataControl.ItemsSourceProperty
DataControl.CurrentItemProperty
DataControl.SelectedItemProperty
DataControl.CanUserSelectProperty
DataControl.IsSynchronizedWithCurrentItemProperty
DataControl.SelectionChangedEvent
DataControl.SelectionChangingEvent
DataControl.OnItemsPropertyChanged(Object, PropertyChangedEventArgs)
DataControl.OnItemsCollectionChanged(Object, NotifyCollectionChangedEventArgs)
DataControl.Rebind()
DataControl.CreateTableDefinition()
DataControl.OnPropertyChanged(String)
DataControl.OnCurrentItemChanged()
DataControl.OnSelectedItemChanged(Object, Object)
DataControl.OnCanUserSelectChanged(Boolean, Boolean)
DataControl.RaiseSelectionChangedEvent(SelectionChangeEventArgs)
DataControl.OnSelectionChanging(SelectionChangingEventArgs)
DataControl.InitializeSelection()
DataControl.Items
DataControl.ItemsSource
DataControl.TableDefinition
DataControl.CurrentItem
DataControl.SelectedItem
DataControl.CanUserSelect
DataControl.IsSynchronizedWithCurrentItem
DataControl.ShouldHandleSelection
DataControl.SelectedItems
DataControl.PropertyChanged
DataControl.SelectionChanged
DataControl.SelectionChanging
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll

Syntax

[TelerikToolboxCategory("Navigation")]
[Themable]
public class RadCarousel : DataControl, INotifyPropertyChanged, ISelectorInternal, IThemable

Constructors

RadCarousel()

Initializes a new instance of the RadCarousel class.

Declaration
public RadCarousel()

Fields

AutoGenerateDataPresentersProperty

Identifies the AutoGenerateDataPresenters dependency property.

Declaration
public static readonly DependencyProperty AutoGenerateDataPresentersProperty
Field Value
System.Windows.DependencyProperty

HorizontalScrollBarVisibilityProperty

Identifies the HorizontalScrollBarVisibilityProperty dependency property.

Declaration
public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty
Field Value
System.Windows.DependencyProperty

ItemsPanelProperty

Identifies the ItemsPanel dependency property.

Declaration
public static readonly DependencyProperty ItemsPanelProperty
Field Value
System.Windows.DependencyProperty

ItemTemplateProperty

Identifies the ItemTemplateProperty dependency property.

Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
System.Windows.DependencyProperty

ReflectionSettingsProperty

Identifies the ReflectionSettingsProperty dependency property.

Declaration
public static readonly DependencyProperty ReflectionSettingsProperty
Field Value
System.Windows.DependencyProperty

VerticalScrollBarVisibilityProperty

Identifies the VerticalScrollBarVisibilityProperty dependency property.

Declaration
public static readonly DependencyProperty VerticalScrollBarVisibilityProperty
Field Value
System.Windows.DependencyProperty

Properties

AutoGenerateDataPresenters

Gets or sets a value indicating whether data presenters should be automatically created.

Declaration
public bool AutoGenerateDataPresenters { get; set; }
Property Value
System.Boolean

true if auto generation is activated; otherwise, false.

FieldDescriptors

Gets the collection of all field descriptors that appear in the control.

Declaration
public IList<IFieldDescriptor> FieldDescriptors { get; }
Property Value
System.Collections.Generic.IList<IFieldDescriptor>

A generic list of field descriptor objects.

FilterDescriptors

Gets a collection of Telerik.Windows.Data.FilterDescriptor objects used to filter the items collection of this instance.

Declaration
public FilterDescriptorCollection FilterDescriptors { get; }
Property Value
FilterDescriptorCollection

The filter descriptors.

HorizontalScrollBarVisibility

Gets or sets the horizontal scroll bar visibility.

Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
System.Windows.Controls.ScrollBarVisibility

The horizontal scroll bar visibility.

ItemsControl

Gets the items control.

Declaration
public CarouselItemsControl ItemsControl { get; }
Property Value
CarouselItemsControl

The items control.

ItemsPanel

Gets or sets the template that defines the panel that controls the layout of items. This is a dependency property.

Declaration
public ItemsPanelTemplate ItemsPanel { get; set; }
Property Value
System.Windows.Controls.ItemsPanelTemplate

ItemTemplate

Gets or sets the System.Windows.DataTemplate used to display each item. This is a dependency property.

Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System.Windows.DataTemplate

A System.Windows.DataTemplate that specifies the visualization of the data objects. The default is null.

Panel

Gets the panel that is set to the ItemsPanel property.

Declaration
public Panel Panel { get; }
Property Value
System.Windows.Controls.Panel

ReflectionSettings

Gets or sets the reflection settings.

Declaration
public ReflectionSettings ReflectionSettings { get; set; }
Property Value
ReflectionSettings

The reflection settings.

VerticalScrollBarVisibility

Gets or sets the vertical scroll bar visibility.

Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
System.Windows.Controls.ScrollBarVisibility

The vertical scroll bar visibility.

Methods

BringDataItemIntoView(Object)

Brings the specified data item into view.

Declaration
public void BringDataItemIntoView(object dataItem)
Parameters
System.Object dataItem

The data item.

FindCarouselPanel()

Searches for a RadCarouselPanel .

Declaration
public RadCarouselPanel FindCarouselPanel()
Returns
RadCarouselPanel

The RadCarouselPanel being used.

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.

Declaration
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

OnItemsSourceChanged(Object, Object)

Called when ItemsSource property has changed.

Declaration
protected override void OnItemsSourceChanged(object oldValue, object newValue)
Parameters
System.Object oldValue

The old value.

System.Object newValue

The new value.

Overrides
DataControl.OnItemsSourceChanged(Object, Object)

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

SetIsCurrent(Object, Boolean)

Sets IsCurrent property.

Declaration
protected override void SetIsCurrent(object item, bool isCurrent)
Parameters
System.Object item

The item.

System.Boolean isCurrent

If set to true [is current].

Overrides
DataControl.SetIsCurrent(Object, Boolean)

SetIsSelected(Object, Boolean)

Sets the is selected.

Declaration
protected override void SetIsSelected(object item, bool isSelected)
Parameters
System.Object item

The item.

System.Boolean isSelected

If set to true [is selected].

Overrides
DataControl.SetIsSelected(Object, Boolean)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.