Class
TileViewItemHeader

Represents the header part of the RadTileViewItem.

Definition

Namespace:Telerik.Windows.Controls.TileView

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class TileViewItemHeader : ContentControl

Inheritance: objectTileViewItemHeader

Constructors

TileViewItemHeader()

Initializes a new instance of the TileViewItemHeader class.

Declaration

cs-api-definition
public TileViewItemHeader()

Fields

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

Declaration

cs-api-definition
[Obsolete("Use the ContentTemplate property instead!")]
public static readonly DependencyProperty HeaderTemplateProperty

Field Value

DependencyProperty

TileStateProperty

Identifies the TileState dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TileStateProperty

Field Value

DependencyProperty

Properties

HeaderTemplate

Gets or sets the HeaderTemplate property.

Declaration

cs-api-definition
[Obsolete("Use the ContentTemplate property instead!")]
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

TileState

Gets or sets the TileState property.

Declaration

cs-api-definition
public TileViewItemState TileState { get; set; }

Property Value

TileViewItemState

Methods

OnApplyTemplate()

Applies the template for the TileViewItemHeader.

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.