'Declaration <DefaultValueAttribute()> Public MustOverride ReadOnly Property IsFiltered As Boolean
'Usage Dim instance As RowFilterBase Dim value As Boolean value = instance.IsFiltered
[DefaultValue()] public abstract bool IsFiltered {get;}
Property Value
true
if some rows are filtered; otherwise, false
.