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 or sets a value indicating whether to auto synchronize filters handles when the Spotfire.Dxp.Application.Filters.FilterCollection changes.
Gets the Spotfire.Dxp.Application.Filters.FilterCollection for this TableGroup.
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 the subgroups of this root group.
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
Adds a new filter group with the given name as a subgroup of this group. The new group is added to the end of the list of members of this group.
The name of the new group to create. Note that this name must be unique within this Spotfire.Dxp.Application.Filters.TableGroup.
The newly created group.
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.
Finds a subgroup in this group, given its Spotfire.Dxp.Application.Filters.FilterGroup.Name.
The name of the group to get.
The group with specified name, or null if no such subgroup exists.
Creates a new filter group with the given name and inserts it as a subgroup of this group at the given position.
The name of the new group to create. Note that this name must be unique within the Spotfire.Dxp.Application.Filters.TableGroup.
The index at which the new group is inserted after being created. The valid range for this parameter is [0, number of existing members].
The newly created group.
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.
Removes the specified subgroup from this group. If the filter is not a member of this group, it will not be removed.
The sub group to remove.
A specialization of the Spotfire.Dxp.Application.Filters.FilterGroup, representing one root group that exists within a Spotfire.Dxp.Application.Filters.FilterPanel and that can be accessed through the Spotfire.Dxp.Application.Filters.FilterPanel.TableGroups property. In addition to the functionality of standard groups, the root group can contain one or more subgroups. Subgroups are added using the AddNewSubGroup(name) method. Additionally, the root filter group is special in the sense that is cannot be renamed.
Since
2.0