Gets the type id.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets a value indicating whether this instance should use check boxes to indicate filtered items.
Gets the context of this node.
Gets the column instance associated with this filter.
Gets a value indicating whether the referenced column has any invalid rows.
Gets or sets the number of lines to show in the UI list box.
Gets or sets a value indicating whether all values should be included or not. True if filtering should include all values, if this property is set to to true then this overrides the SelectedValues list. If this property is set then empty values are included regardless of the Spotfire.Dxp.Application.Filters.ListBoxFilter.IncludeEmpty setting.
Gets or sets a value indicating whether we should include empty values or not. If this is true then the empty values in this column will not be filtered out by this filter, otherwise the empty values will be filtered out by this filter.
Gets a value indicating whether this node is attached.
Gets or sets the search expression that determines which values are to be shown in the user interface. This property does not affect which rows are filtered out.
Gets or sets a value indicating whether the search field should be visible in the UI or not.
Gets a read-only collection of the currently selected values.
Gets or sets a value indicating whether (All) is shown in the filter or not.
Gets a collection of methods for executing transactions on the document.
Gets the value of a specified property.
The property name, case insensitive.
The property value.
Checks if there is a valid value for a specified property.
The property name, case insensitive.
true if the property has a valid value, otherwise false.
Select the given values, this will remove all previously selected values. Note that the IncludeAllValues property needs to be set to false in order for this selection to affect the filtering.
The values to add.
Select the given values, this will remove all previously selected values. Note that the IncludeAllValues property needs to be set to false in order for this selection to affect the filtering.
Rest
...values: any[]The values to add.
Represents a list box filter. A list box filter allows multiple selection and searching while preserving space. This filter can handle a large amount of categorical values.
Since
2.0