TileViewItemHeader
Class
Represents the header part of the RadTileViewItem.
Definition
Namespace:Telerik.Windows.Controls.TileView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class TileViewItemHeader : ContentControl
Inheritance: objectTileViewItemHeader
Constructors
Initializes a new instance of the TileViewItemHeader class.
C#
public TileViewItemHeader()
Fields
HeaderTemplateProperty
DependencyProperty
Identifies the HeaderTemplate dependency property.
C#
[Obsolete("Use the ContentTemplate property instead!")]
public static readonly DependencyProperty HeaderTemplateProperty
TileStateProperty
DependencyProperty
Identifies the TileState dependency property.
C#
public static readonly DependencyProperty TileStateProperty
Properties
HeaderTemplate
DataTemplate
Gets or sets the HeaderTemplate property.
C#
[Obsolete("Use the ContentTemplate property instead!")]
public DataTemplate HeaderTemplate { get; set; }
Gets or sets the TileState property.
C#
public TileViewItemState TileState { get; set; }
Methods
Applies the template for the TileViewItemHeader.
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.