The ListColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Overloaded. Adds a column/columns to the collection. |
|
Clear |
Removes all columns from the collection. |
|
Contains |
Determines whether the specified ListColumn is available in this collection. |
|
CopyTo |
Copies list columns into array of ListColumn objects. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Returns an index of the specified ListColumn class instance stored in this collection. |
|
Insert | Overloaded. Inserts column/columns to the collection at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
Remove | Overloaded. Removes a column/columns from the collection. |
|
RemoveAt |
Removes a column with a specified index from the collection. |
|
RemoveSortOrderIcon |
Removes sort icon (triangle) from specified column. |
|
SetSortOrderIcon |
Adds sort icon for the specified column. |
|
ToArray |
Copies the items of the collection to a new array. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item |
Gets a ListColumn object at specified index. |
|
List | (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
ColumnChanged |
Raised when column properties are changed. |
|
ColumnClick |
Fires when the user clicks a column header of the control in Details view mode. |
|
ColumnInserting |
Fires when new column is about to be inserted into the collection. |
|
ColumnRemoving |
Fires when column is about to be removed from the collection. |
|
ColumnsInserted |
Fires when columns have been inserted into the collection. |
|
ColumnsRemoved |
Fires when columns have been removed from the collection. |
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |