
'Declaration <DefaultMemberAttribute("Item")> <EditorAttribute("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)> <ListBindableAttribute(False)> Public NotInheritable Class ColumnInfoList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As ColumnInfoList
[DefaultMember("Item")] [Editor("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)] [ListBindable(false)] public sealed class ColumnInfoList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Editors.ColumnInfoList
Name | Description | |
---|---|---|
![]() | Item | Overloaded. Gets the column that corresponds to columnName. |
Name | Description | |
---|---|---|
![]() | Add | Adds a ColumnInfo object to the list. |
![]() | AddRange | Adds the ColumnInfo objects to the end of the list. |
![]() | Clear | Removes all items from the list. |
![]() | Contains | Retrieves a boolean value indicating if the item exists in the list. |
![]() | GetNames | Retrieves a string arary containing the column names of each ColumnInfo object in the list. |
![]() | IndexOf | Searches for the specified item in the list and returns the zero-based index of the first occurrence. |
![]() | Insert | Inserts the item in the list at the specified index. |
![]() | Remove | Removes the first occurrence of columnInfo from the list. |
![]() | RemoveAt | Removes the item at the specified index. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the list. |
![]() | OnClearComplete | Overridden. Performs additional custom processing when clearing the contents of the list. |
![]() | OnInsert | Overridden. Performs additional custom processing before inserting a new ColumnInfo into the list. |
![]() | OnInsertComplete | Overridden. Performs additional custom processing after inserting a new ColumnInfo into the list. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processing after removing a ColumnInfo from the list. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2