[]
Represents a ListColumnCollectionInfo class to store ListColumnInfo object.
[ListBindable(false)]
public class ListColumnCollectionInfo : IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable
<ListBindable(False)>
Public Class ListColumnCollectionInfo
Implements IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable
| Name | Description |
|---|---|
| ListColumnCollectionInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| Count | Gets count of the collection. |
| this[int] | Gets or sets the column at the specified position. |
| Name | Description |
|---|---|
| Add(ListColumnInfo) | Adds an item to the collection. |
| Add(string) | Adds a ListColumnInfo with the given text to the collection. |
| AddProcess(ListColumnInfo) | Process method before a column is added to the collection. |
| AddRange(ListColumnInfo[]) | Adds columns of the specified collection to the end of the collection. |
| Clear() | Clears all the items in the collection. |
| Contains(ListColumnInfo) | Determines whether the collection contains a specific item. |
| CopyTo(ListColumnInfo[], int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
| GetEnumerator() | Gets the enumerator of the collection. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| IndexOf(ListColumnInfo) | Gets the index of the item. |
| Insert(int, ListColumnInfo) | Inserts an item in the collection at the specified position. |
| Remove(ListColumnInfo) | Deletes a specific item form the collection. |
| RemoveAt(int) | Removes the item at the specific position from the collection. |
| RemoveProcess(ListColumnInfo) | Process method before a column be removed to the collection. |
| ToArray() | Copies the subitems of the collection to a new ListColumnInfo array. |