Class TileViewItemHeader
Represents the header part of the RadTileViewItem.
Inheritance
Namespace: Telerik.Windows.Controls.TileView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TileViewItemHeader : ContentControl
Constructors
TileViewItemHeader()
Fields
HeaderTemplateProperty
Identifies the HeaderTemplate dependency property.
Declaration
[Obsolete("Use the ContentTemplate property instead!")]
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
System.Windows.DependencyProperty
|
TileStateProperty
Identifies the TileState dependency property.
Declaration
public static readonly DependencyProperty TileStateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HeaderTemplate
Gets or sets the HeaderTemplate property.
Declaration
[Obsolete("Use the ContentTemplate property instead!")]
public DataTemplate HeaderTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
TileState
Gets or sets the TileState property.
Declaration
public TileViewItemState TileState { get; set; }
Property Value
TileViewItemState
|
Methods
OnApplyTemplate()
Applies the template for the TileViewItemHeader.
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. |