Class CarouselItemContentPresenter
Presents the content of a CarouselItem.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class CarouselItemContentPresenter : ContentControl
Constructors
CarouselItemContentPresenter()
Declaration
public CarouselItemContentPresenter()
Fields
AutoGeneratedItemContentTemplateProperty
Identifies the AutoGeneratedItemContentTemplate dependency property.
Declaration
public static readonly DependencyProperty AutoGeneratedItemContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
DefaultItemContentPresenterTemplateProperty
Identifies the DefaultItemContentPresenterTemplate dependency property.
Declaration
public static readonly DependencyProperty DefaultItemContentPresenterTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoGeneratedItemContentTemplate
Gets or sets the template that is used when data presenters should be auto-generated.
Declaration
public DataTemplate AutoGeneratedItemContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The template. |
DefaultItemContentPresenterTemplate
Gets or sets the default item content presenter template.
Declaration
public DataTemplate DefaultItemContentPresenterTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The template. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
public override void OnApplyTemplate()
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. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()