property | value |
---|---|
IDE | Visual Studio |
Language | XAML |
Title | HierarchicalDataTemplate |
Shortcut | hierarchicaldatatemplate |
Description | HierarchicalDataTemplate |
Snippet Types |
Expansion SurroundsWith |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
binding | Binding | Binding | yes | ||
dataType | DataType | Type | yes |
Code
<HierarchicalDataTemplate DataType="{x:Type Type}" ItemsSource="{Binding Binding}"></HierarchicalDataTemplate>