ValueFilter Class Members
In This Topic
The following tables list the members exposed by ValueFilter.
Public Properties
| Name | Description |
| DataMap | Gets the DataMap used to convert raw values into display values of ValueFilter. |
| ExclusiveValueSearch | Gets or sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property. |
| FilterText | Gets or sets a string to filter the list of display values. |
| MaxValues | Gets or sets the maximum number of elements on the list of display values. |
| ShowValues | Gets a collection with all the formatted values that should be shown. |
| SortValues | Gets or sets a value that determines whether the values should be sorted when displayed in the editor. |
| UniqueValues | Gets or sets an array containing the unique values to be displayed on the list. |
Top
See Also