ListColumnCollection Members

Represents a collection of ListColumn objects that are displayed in the list pane of the Administration Console.

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

  Name Description
ListColumnCollection Initializes a new instance of the ListColumnCollection class.
Top

  Name Description
public property Count Gets the number of ListColumn objects in the ListColumnCollection.
public property DefaultSortColumn Gets or sets the default sort column for the list that is displayed in the list pane of the Administration Console.
public property DefaultSortOrder Gets or sets the default sort order for the list that is displayed in the list pane of the Administration Console.
public property IsReadOnly Gets a value indicating whether the ListColumnCollection is read-only.
Top

(see also Protected Methods)
 NameDescription
public methodAddOverloaded. Adds a ListColumn object to a ListColumnCollection.
public methodClearRemoves all ListColumn objects from the ListColumnCollection.
public methodContainsDetermines whether the specified ListColumn object is in the ListColumnCollection.
public methodCopyToCopies the entire ListColumnCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public methodCreateObjRefOverridden. Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodEquals  Overloaded. (Inherited from Object)
public methodGetEnumeratorReturns an enumerator that is used to iterate through the ListColumnCollection.
public methodGetHashCode  (Inherited from Object)
public methodGetLifetimeService  (Inherited from MarshalByRefObject)
public methodGetType  (Inherited from Object)
public methodInitializeLifetimeServiceOverridden. Obtains a lifetime service object to control the lifetime policy for this instance.
public methodstaticReferenceEquals  (Inherited from Object)
public methodRemoveRemoves the first occurrence of the specified ListColumn object from the ListColumnCollection.
public methodToString  (Inherited from Object)
Top

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject)
Top

Community Additions

Show: