CarouselItem
Implements a selectable item inside a RadCarousel.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
[TelerikToolboxCategory("Navigation")]
public class CarouselItem : RadRowItem, IRowItem
Inheritance: objectRadRowItemCarouselItem
Implements:
Inherited Members
Constructors
public CarouselItem()
Fields
ReflectionSettingsProperty
DependencyProperty
ReflectionSettings property.
public static readonly DependencyProperty ReflectionSettingsProperty
Methods
Determines whether this instance is selectable.
protected override bool IsSelectable()
true if this instance is selectable; otherwise, false.
Overrides:
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
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.
Invoked when an unhandled routed event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.
Resets the theme.
public void ResetTheme()