C1HierarchicalPresenter Class
In This Topic
Object Model
Syntax
'Declaration
<C1ControlAttribute(True)>
<C1TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<DefaultEventAttribute("OnItemsChanged")>
<DefaultPropertyAttribute("Items")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<ContentPropertyAttribute("Items")>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1HierarchicalPresenter
Inherits C1ItemsControl
[C1Control(true)]
[C1TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[DefaultEvent("OnItemsChanged")]
[DefaultProperty("Items")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Items")]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1HierarchicalPresenter : C1ItemsControl
Inheritance Hierarchy
See Also