Class CarouselDataFieldPresenter
Class that is used to present a single field of a data item.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class CarouselDataFieldPresenter : HeaderedContentControl, IThemable
Constructors
CarouselDataFieldPresenter()
Declaration
public CarouselDataFieldPresenter()
Fields
DataProperty
Identifies the Data dependency property.
Declaration
public static readonly DependencyProperty DataProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Data
Gets or sets the data.
Declaration
public object Data { get; set; }
Property Value
System.Object
The data. |
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()