The DetailItemCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddExpression | 
            Adds a detail item based on an expression.
              | |
| ForEachNodeInSubTree<TNode> | 
            Applies the specified action to all nodes of the specified type in the subtree spanned
            from this node, including this node.
              (Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IndexOf | 
            Determines the index of a specific item.
              | |
| InsertExpression | 
            Inserts a detail item based on an expression. 
              | |
| Move | 
            Moves the item at the specified index to a new location in the collection
              | |
| Remove | 
            Removes the specified item from the collection.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
Explicit Interface Implementations
See Also