TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeView Class / ExpandedIconTemplate Property

In This Topic
    ExpandedIconTemplate Property
    In This Topic
    Content template for tree item expanded icon.
    Syntax
    'Declaration
     
    
    Public Property ExpandedIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate ExpandedIconTemplate {get; set;}
    See Also