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

In This Topic
    AllowFiltering Property (GridNumericColumn)
    In This Topic
    Gets or sets a value that indicates whether the user can filter by this column.
    Syntax
    'Declaration
     
    Public Property AllowFiltering As Boolean
    public bool AllowFiltering {get; set;}
    See Also