C# Class WinRTXamlToolkit.Controls.Data.DataTemplateExtensions

Implements the Hierarchy attached property of type HierarchicalDataTemplate that is used in hierarchical controls such as TreeView to define the bindings and templates used to visualize the hierarchy.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
HierarchyProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetHierarchy ( DependencyObject d ) : HierarchicalDataTemplate

Gets the Hierarchy property. This dependency property indicates the hierarchical template extensions to use for data-bound hierarchical controls.

SetHierarchy ( DependencyObject d, HierarchicalDataTemplate value ) : void

Sets the Hierarchy property. This dependency property indicates the hierarchical template extensions to use for data-bound hierarchical controls.

Private Methods

Méthode Description
OnHierarchyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Hierarchy property.

Method Details

GetHierarchy() public static méthode

Gets the Hierarchy property. This dependency property indicates the hierarchical template extensions to use for data-bound hierarchical controls.
public static GetHierarchy ( DependencyObject d ) : HierarchicalDataTemplate
d Windows.UI.Xaml.DependencyObject
Résultat HierarchicalDataTemplate

SetHierarchy() public static méthode

Sets the Hierarchy property. This dependency property indicates the hierarchical template extensions to use for data-bound hierarchical controls.
public static SetHierarchy ( DependencyObject d, HierarchicalDataTemplate value ) : void
d Windows.UI.Xaml.DependencyObject
value HierarchicalDataTemplate
Résultat void

Property Details

HierarchyProperty public_oe static_oe property

Hierarchy Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml HierarchyProperty
Résultat Windows.UI.Xaml.DependencyProperty