WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Expander Class / ExpandIconTemplate Property

In This Topic
    ExpandIconTemplate Property (C1Expander)
    In This Topic
    Gets or sets the template of the expand icon.
    Syntax
    'Declaration
     
    
    Public Property ExpandIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate ExpandIconTemplate {get; set;}
    See Also