GrapeCity.Xaml.SpreadSheet.Data
IsFiltered Property (HideRowFilter)


GrapeCity.Xaml.SpreadSheet.Data Namespace > HideRowFilter Class : IsFiltered Property
Gets whether any of the columns are filtered.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overrides ReadOnly Property IsFiltered As Boolean
'Usage
 
Dim instance As HideRowFilter
Dim value As Boolean
 
value = instance.IsFiltered
[DefaultValue()]
public override bool IsFiltered {get;}

Property Value

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

Reference

HideRowFilter Class
HideRowFilter Members