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