New to Telerik UI for WPFStart a free 30-day trial

Implements a selectable item inside a RadCarousel.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
[TelerikToolboxCategory("Navigation")]
public class CarouselItem : RadRowItem, IRowItem

Inheritance: objectRadRowItemCarouselItem

Implements: IRowItem

Inherited Members RadRowItem.ItemPropertyRadRowItem.IsAlternatingPropertyRadRowItem.IsCurrentPropertyRadRowItem.IsSelectedPropertyRadRowItem.SelectedEventRadRowItem.UnselectedEventRadRowItem.IsCurrentChangedEventRadRowItem.RowIndicatorVisibilityPropertyRadRowItem.OnItemChanged(object, object)RadRowItem.Dispose()RadRowItem.CreateIndentItem()RadRowItem.SelectionPropertyChanged(object, DependencyPropertyChangedEventArgs)RadRowItem.OnSelected(RadRoutedEventArgs)RadRowItem.OnUnselected(RadRoutedEventArgs)RadRowItem.OnIsCurrentChanged(bool)RadRowItem.OnIsAlternatingChanged(bool, bool)RadRowItem.OnMouseEnter(MouseEventArgs)RadRowItem.OnMouseMove(MouseEventArgs)RadRowItem.ItemRadRowItem.IsAlternatingRadRowItem.RowIndicatorVisibilityRadRowItem.ActionOnLostFocusRadRowItem.IsSelectedRadRowItem.IsCurrentRadRowItem.SelectedRadRowItem.UnselectedRadRowItem.IsCurrentChanged...

Constructors

C#
public CarouselItem()

Fields

ReflectionSettingsProperty

DependencyProperty

ReflectionSettings property.

C#
public static readonly DependencyProperty ReflectionSettingsProperty

Methods

Determines whether this instance is selectable.

C#
protected override bool IsSelectable()
Returns:

bool

true if this instance is selectable; otherwise, false.

Overrides: RadRowItem.IsSelectable()

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

C#
public override void OnApplyTemplate()

Overrides: RadRowItem.OnApplyTemplate()

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

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

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.

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.

Resets the theme.

C#
public void ResetTheme()