Spread Silverlight Documentation
IsFiltered Property (HideRowFilter)


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

Property Value

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

Reference

HideRowFilter Class
HideRowFilter Members