In This Topic
C1Expander is a C1.WPF.Core.C1HeaderedContentControl with a collapsible/expandable panel. The content is visible by clicking on the header.
Object Model
Syntax
'Declaration
<TemplatePartAttribute(Name="ExpandButton", Type=C1.WPF.Accordion.ExpanderButton)>
<TemplateVisualStateAttribute(Name="IconLeft", GroupName="IconAlignmentStates")>
<StyleTypedPropertyAttribute(Property="ExpandIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
<DefaultPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<ContentPropertyAttribute("Content")>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1Expander
Inherits System.Windows.Controls.ContentControl
[TemplatePart(Name="ExpandButton", Type=C1.WPF.Accordion.ExpanderButton)]
[TemplateVisualState(Name="IconLeft", GroupName="IconAlignmentStates")]
[StyleTypedProperty(Property="ExpandIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
[DefaultProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Content")]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1Expander : System.Windows.Controls.ContentControl
Inheritance Hierarchy
See Also