Name | Description | |
---|---|---|
GridColumnCollection Constructor | Initializes a new instance of the GridColumnCollection class. |
The following tables list the members exposed by GridColumnCollection.
Name | Description | |
---|---|---|
GridColumnCollection Constructor | Initializes a new instance of the GridColumnCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
Count | (Inherited from System.Collections.ArrayList) | |
Grid | Return the reference to the owning grid. | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from System.Collections.ArrayList) | |
Item | Gets or sets the GridColumn at a specified index in the list. | |
Last | Gets or sets the last Element on the list. (Inherited from C1.Framework.ElementList) | |
Owner | Gets a reference to the Element that owns this ElementList. (Inherited from C1.Framework.ElementList) | |
SyncRoot | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an GridColumn to the list. | |
AddRange | (Inherited from System.Collections.ArrayList) | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | Removes all elements from the list. (Inherited from C1.Framework.ElementList) | |
Clone | (Inherited from System.Collections.ArrayList) | |
Contains | (Inherited from System.Collections.ArrayList) | |
CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetRange | (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Insert | Inserts an Element at a specified index. (Inherited from C1.Framework.ElementList) | |
InsertRange | Inserts the elements of a collection into the list at the specified index. (Inherited from C1.Framework.ElementList) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Offset | Overloaded. Adjusts the location of all Element objects in the list by the specified amount. (Inherited from C1.Framework.ElementList) | |
Remove | (Inherited from System.Collections.ArrayList) | |
RemoveAt | Removes the Element at the specified index from the list. (Inherited from C1.Framework.ElementList) | |
RemoveRange | Removes a range of elements from the list. (Inherited from C1.Framework.ElementList) | |
Reverse | Overloaded. Reverses the order of the elements in the list or a portion of it. (Inherited from C1.Framework.ElementList) | |
SetRange | (Inherited from System.Collections.ArrayList) | |
Sort | Overloaded. (Inherited from System.Collections.ArrayList) | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TrimToSize | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
OnListChanged | Called when elements are added or removed from the list. (Inherited from C1.Framework.ElementList) |