ValueFilter Class Members
In This Topic
The following tables list the members exposed by ValueFilter.
Public Constructors
Public Properties
| Name | Description |
 | DataType | Gets the type of data that this filter works on. |
 | IsActive | Gets a value that indicates whether the filter is active. |
 | Values | Gets or sets the list of values that satisfy this filter. If the list is empty, the filter is disabled. |
Top
Public Methods
| Name | Description |
 | Apply | Applies the filter to a given value. |
 | Clear | Clears this filter. |
Top
See Also