This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumnCollection Members

The ListColumnCollection type exposes the following members.

Methods

Name Description
Public method Add Overloaded.

Adds a column/columns to the collection.

Public method Clear

Removes all columns from the collection.

Public method Contains

Determines whether the specified ListColumn is available in this collection.

Public method CopyTo

Copies list columns into array of ListColumn objects.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf

Returns an index of the specified ListColumn class instance stored in this collection.

Public method Insert Overloaded.

Inserts column/columns to the collection at the specified index.

Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from CollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Public method Remove Overloaded.

Removes a column/columns from the collection.

Public method RemoveAt

Removes a column with a specified index from the collection.

Public method RemoveSortOrderIcon

Removes sort icon (triangle) from specified column.

Public method SetSortOrderIcon

Adds sort icon for the specified column.

Public method ToArray

Copies the items of the collection to a new array.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property Item

Gets a ListColumn object at specified index.

Protected property List (Inherited from CollectionBase.)

Events

Name Description
Public event ColumnChanged

Raised when column properties are changed.

Public event ColumnClick

Fires when the user clicks a column header of the control in Details view mode.

Public event ColumnInserting

Fires when new column is about to be inserted into the collection.

Public event ColumnRemoving

Fires when column is about to be removed from the collection.

Public event ColumnsInserted

Fires when columns have been inserted into the collection.

Public event ColumnsRemoved

Fires when columns have been removed from the collection.

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetation Private property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetation Private property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetation Private property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetation Private property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetation Private property ICollection.SyncRoot (Inherited from CollectionBase.)

See Also

Reference