FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / FilterIconTemplate Property

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