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

In This Topic
    ShowFilter Property
    In This Topic
    Gets or sets a value indicating whether the a filter box is shown to allow filtering the properties.
    Syntax
    'Declaration
     
    
    Public Property ShowFilter As Boolean
    public bool ShowFilter {get; set;}
    See Also