CarouselItemsControl
Custom ItemsControl that is internally used by the RadCarousel
Definition
Namespace:Telerik.Windows.Controls.Carousel
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class CarouselItemsControl : ItemsControl
Inheritance: objectCarouselItemsControl
Constructors
public CarouselItemsControl()
Methods
When overridden in a derived class, undoes the effects of the method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
The container element.
itemobjectThe item.
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
The element that is used to display the given item.
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Resets the theme.
public void ResetTheme()