PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / AdvancedEditor Class / OpenIconTemplate Property

In This Topic
    OpenIconTemplate Property
    In This Topic
    Gets or sets the template of the icon used in the open button.
    Syntax
    'Declaration
     
    
    Public Property OpenIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate OpenIconTemplate {get; set;}
    See Also