FilterValue Constructors
Represents an item within the Header Filter.Name | Parameters | Description |
---|---|---|
FilterValue() | none | Initializes a new instance of the FilterValue class with default settings. |
FilterValue(String, String, String) | displayText, value, query | Initializes a new instance of the FilterValue class with the specified settings. |
FilterValue(String, String) | displayText, value | Initializes a new instance of the FilterValue class with the specified display text and value. |
See Also