PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / FilterIconTemplate Property

In This Topic
    FilterIconTemplate Property
    In This Topic
    Gets or sets the icon template applied to the filter icon.
    Syntax
    'Declaration
     
    
    Public Property FilterIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate FilterIconTemplate {get; set;}
    See Also