ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / IsFilteringRowsAllowed Property

In This Topic
    IsFilteringRowsAllowed Property
    In This Topic
    Gets a value indicating whether it is possible to filter rows according to the inner System.ComponentModel.ICollectionView and C1DataGrid configuration.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFilteringRowsAllowed As Boolean
    public bool IsFilteringRowsAllowed {get;}
    See Also