Version 24.2 (latest)

HierarchicalDataTemplate Class Properties

For a list of all members of this type, see HierarchicalDataTemplate members.

Public Properties
 NameDescription
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyDefaultItemsContainerGets or sets a DataTemplate whose content will be used as the default container for all generated children items of the owning object.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyHierarchicalItemTemplateGets or sets the HierarchicalDataTemplate that describes the visual structure for an object's children.  
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyItemContainerStyleGets or sets the style that is used when rendering the children of the owning object.  
Public PropertyItemsSourceGets or sets the binding used for obtaining the items source.  
Public PropertyItemTemplateGets or sets the System.Windows.DataTemplate that will be used to describe each child item of an object.  
Public PropertyTemplateGets or sets the DataTemplate that will be used to describe how the owning object will be be laid out.  
See Also