Class TileViewItemHeader
Represents the header part of the RadTileViewItem.
Inheritance
System.Object
TileViewItemHeader
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
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
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()