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 the filter handles in this group.
Gets the Spotfire.Dxp.Application.Filters.FilterPanel to which this Spotfire.Dxp.Application.Filters.FilterGroup belongs.
Gets a value indicating whether this Spotfire.Dxp.Application.Filters.FilterGroupItem is selected.
Gets a collection of methods for executing transactions on the document.
Gets or sets a value indicating whether this Spotfire.Dxp.Application.Filters.FilterGroupItem is visible in its Spotfire.Dxp.Application.Filters.FilterGroup.
Hiding a Spotfire.Dxp.Application.Filters.FilterHandle by setting this property to false will not remove the Spotfire.Dxp.Application.Filters.FilterHandle from its group. Note that filters that are hidden as a cause of them not matching the Spotfire.Dxp.Application.Filters.FilterPanel.InteractiveSearchPattern of the Spotfire.Dxp.Application.Filters.FilterPanel can still return true for queries to this property.
Adds the specified Spotfire.Dxp.Application.Filters.Filter to this group, a Spotfire.Dxp.Application.Filters.FilterHandle is created and returned.
The filter to add.
The FilterHandle that represent the added filter
Removes all existing Spotfire.Dxp.Application.Filters.FilterHandle from this group.
Finds a filter in this group, given its Spotfire.Dxp.Application.Filters.Filter.Name.
The name of the filter to get.
The filter with specified name, or null if no such filter exists.
Removes the Spotfire.Dxp.Application.Filters.FilterHandle for the specified Spotfire.Dxp.Application.Filters.Filter from this group. If the filter is not a member of this group, calling this method will not have any effect.
The filter to remove.
A specialization of the Spotfire.Dxp.Application.Filters.FilterGroup, representing the subgroups within a Spotfire.Dxp.Application.Filters.FilterPanel which can be added to a Spotfire.Dxp.Application.Filters.FilterGroup in Spotfire.Dxp.Application.Filters.FilterPanel.TableGroups. New subgroups are created using the AddNewSubGroup(name) method.
Since
2.0