Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / HideRowFilter Class / IsFiltered Property


In This Topic
    IsFiltered Property (HideRowFilter)
    In This Topic
    Gets whether any of the columns are filtered.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Overrides ReadOnly Property IsFiltered As Boolean
    'Usage
     
    Dim instance As HideRowFilter
    Dim value As Boolean
     
    value = instance.IsFiltered
    [DefaultValue(false)]
    public override bool IsFiltered {get;}

    Property Value

    true if some columns are filtered; otherwise, false.
    See Also