Class RadCarousel
RadCarousel is a powerful control that allows you to display data from many different kinds of data sources using the Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
[Themable]
public class RadCarousel : DataControl, INotifyPropertyChanged, ISelectorInternal, IThemable
Constructors
RadCarousel()
Fields
AutoGenerateDataPresentersProperty
Identifies the Auto
Declaration
public static readonly DependencyProperty AutoGenerateDataPresentersProperty
Field Value
System.
|
HorizontalScrollBarVisibilityProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty
Field Value
System.
|
ItemsPanelProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsPanelProperty
Field Value
System.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
System.
|
ReflectionSettingsProperty
Identifies the Reflection
Declaration
public static readonly DependencyProperty ReflectionSettingsProperty
Field Value
System.
|
VerticalScrollBarVisibilityProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalScrollBarVisibilityProperty
Field Value
System.
|
Properties
AutoGenerateDataPresenters
Gets or sets a value indicating whether data presenters should be automatically created.
Declaration
public bool AutoGenerateDataPresenters { get; set; }
Property Value
System.
|
FieldDescriptors
Gets the collection of all field descriptors that appear in the control.
Declaration
public IList<IFieldDescriptor> FieldDescriptors { get; }
Property Value
System. 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
Filter The filter descriptors. |
HorizontalScrollBarVisibility
Gets or sets the horizontal scroll bar visibility.
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
System. The horizontal scroll bar visibility. |
ItemsControl
Gets the items control.
Declaration
public CarouselItemsControl ItemsControl { get; }
Property Value
Carousel 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.
|
ItemTemplate
Gets or sets the System.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System. A System. |
Panel
Gets the panel that is set to the ItemsPanel property.
Declaration
public Panel Panel { get; }
Property Value
System.
|
ReflectionSettings
Gets or sets the reflection settings.
Declaration
public ReflectionSettings ReflectionSettings { get; set; }
Property Value
Reflection The reflection settings. |
VerticalScrollBarVisibility
Gets or sets the vertical scroll bar visibility.
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
System. The vertical scroll bar visibility. |
Methods
BringDataItemIntoView(Object)
Brings the specified data item into view.
Declaration
public void BringDataItemIntoView(object dataItem)
Parameters
System. The data item. |
FindCarouselPanel()
Searches for a Rad
Declaration
public RadCarouselPanel FindCarouselPanel()
Returns
Rad 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.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnItemsSourceChanged(Object, Object)
Called when ItemsSource property has changed.
Declaration
protected override void OnItemsSourceChanged(object oldValue, object newValue)
Parameters
System. The old value. |
System. The new value. |
Overrides
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. The item. |
System. If set to |
Overrides
SetIsSelected(Object, Boolean)
Sets the is selected.
Declaration
protected override void SetIsSelected(object item, bool isSelected)
Parameters
System. The item. |
System. If set to |