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.
ReadonlyItemGets the Spotfire.Dxp.Application.Visuals.DetailItem at the specified index.
Gets a collection of methods for executing transactions on the document.
Adds a detail item based on an expression.
The expression.
Determines the index of a specific item.
The object to locate.
The index of item if found in the collection; otherwise, -1.
Inserts a detail item based on an expression.
Removes the specified item from the collection.
The item.
True if the item was succesfully removed. False if the item could not be removed or if it could not be found in the collection
Only user defined items (Spotfire.Dxp.Application.Visuals.ExpressionDetailItem) can bed added and removed. The default items supplied by the owning plot cannot be removed, and hence return false.
A collection of parts that build up detail (tooltip) information.
Since
2.0