HierarchicalDataTemplate Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The HierarchicalDataTemplate type exposes the following members.

Properties

  Name Description
Public property DataType Gets or sets the type for which this DataTemplate is intended. (Inherited from DataTemplate.)
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property ItemContainerStyle Gets or sets the Style that is applied to the item container for each child item.
Public property ItemsSource Gets or sets the binding that is used to generate content for the next sublevel in the data hierarchy.
Public property ItemTemplate Gets or sets the DataTemplate to apply to the ItemTemplate property on a generated HeaderedItemsControl, such as a TreeViewItem, to indicate how to display items in the next sublevel in the data hierarchy.

Top