'Declaration <DefaultValueAttribute()> Public ReadOnly Property IsFilteredOut As Boolean
[DefaultValue()] public bool IsFilteredOut {get;}
Property Value
true
if this row is filtered out; otherwise, false
. The default value is false
.'Declaration <DefaultValueAttribute()> Public ReadOnly Property IsFilteredOut As Boolean
[DefaultValue()] public bool IsFilteredOut {get;}
true
if this row is filtered out; otherwise, false
. The default value is false
.