IgnoreDefault Property (BoolFilter)
In This Topic
Gets or sets a value indicating whether the current filter applies when the
Value is equal to the
DefaultValue or not.
Syntax
'Declaration
Public Property IgnoreDefault As Boolean
public bool IgnoreDefault {get; set;}
See Also