MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class / AllowFiltering Property

In This Topic
    AllowFiltering Property
    In This Topic
    Gets or sets a type of filter to use for this column.
    Syntax
    'Declaration
     
    
    Public Property AllowFiltering As C1.Win.FlexGrid.AllowFiltering
    public C1.Win.FlexGrid.AllowFiltering AllowFiltering {get; set;}
    See Also