Share via


DetailGroup Members

Represents a group of data in the details pane of the Administration Console.

The following tables list the members exposed by the DetailGroup type.

Public Constructors

  Name Description
DetailGroup Initializes a new instance of the DetailGroup class with the specified display name.

Top

Public Properties

  Name Description
public property Count Gets the number of DetailItem objects in the DetailGroup.
public property DisplayName Gets the display name for the group.
public property IsReadOnly Gets a value indicating whether the DetailGroup is read-only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded. Adds a DetailItem object to a DetailGroup.
public method Clear Removes all DetailItem objects from the DetailGroup.
public method Contains Determines whether the specified DetailItem object is located in the DetailGroup.
public method CopyTo Copies the entire DetailGroup to a compatible one-dimensional array, starting at the specified index of the target array.
public method Equals  Overloaded. (Inherited from Object)
public methodstatic FromException Creates a DetailGroup from an Exception.
public method GetEnumerator Returns an enumerator that is used to iterate through the DetailGroup.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method Remove Removes the first occurrence of the specified DetailItem from the DetailGroup.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  

Top

See Also

Reference

DetailGroup Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace
DetailColumn Class
DetailColumnCollection Class