Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 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.
Determines whether the specified value is checked.
The value.
true if the specified value is checked; otherwise, false. If the specified value is not among the available Spotfire.Dxp.Application.Filters.CheckBoxFilter.Values of this filter, false is returned.
Unchecks the checkbox for value.
The value to uncheck.
To uncheck all values, use the Spotfire.Dxp.Application.Filters.CheckBoxFilter.UncheckAll method. It has better performance than a large number of consecutive calls to this method.
Unchecks the checkboxes for all values in this instance.
To check just a few of the values in a check box filter, first call this method to uncheck all values followed by a few calls to Check(value) as desired.
Representation of the Check Box Filter. The check box filter allows for one or more values to be selected through a check box control.
Since
2.0