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
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
System.
|
TileStateProperty
Identifies the TileState dependency property.
Declaration
public static readonly DependencyProperty TileStateProperty
Field Value
System.
|
Properties
HeaderTemplate
Gets or sets the HeaderTemplate property.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
System.
|
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 System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |