Share via


DetailColumn Members

Represents a column in the details pane of the Administration Console.

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

Public Constructors

  Name Description
DetailColumn Initializes a new instance of the DetailColumn class.

Top

Public Properties

  Name Description
public property Count Gets the number of DetailGroup objects in the DetailColumn.
public property IsReadOnly Gets a value indicating whether the DetailColumn is read-only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded. Adds a DetailGroup object to a DetailColumn.
public method Clear Removes all DetailGroup objects from the DetailColumn.
public method Contains Determines whether the specified DetailGroup object is located in the DetailColumn.
public method CopyTo Copies the entire DetailColumn to a compatible one-dimensional array, starting at the specified index of the target array.
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator Returns an enumerator that is used to iterate through the DetailColumn.
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 DetailGroup from the DetailColumn.
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

DetailColumn Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace