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

In This Topic
    AllowFiltering Property (FlexGrid)
    In This Topic
    Gets or sets whether users are allowed to filter this column.
    Syntax
    'Declaration
     
    Public Property AllowFiltering As Boolean
    public bool AllowFiltering {get; set;}
    See Also