
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class ColumnList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As ColumnList
[DefaultMember("Item")] [ListBindable(false)] public class ColumnList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Collections.ColumnList
Name | Description | |
---|---|---|
![]() | DisplayableColumnCount | Gets the number of displayable columns. |
![]() | Item | Overloaded. Gets the column at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a column to the list. |
![]() | Clear | Overloaded. Removes all the columns from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific column exists in the list. |
![]() | GenerateFromType | Generates a list of bound columns based on the specified type. |
![]() | GetColumnAtDisplayableIndex | Retrieves a reference to the column at the specified displayable index. |
![]() | GetColumnAtVisibleIndex | Retrieves a reference to the column at the specified visible index. |
![]() | IndexOf | Overloaded. Searches for the specified Xceed.Grid.Column object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a column into the list at the specified index. |
![]() | Remove | Removes the column from the list. |
![]() | RemoveAt | Removes the column from the list at the specified index. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the ColumnList instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes when clearing the contents of the ColumnList instance. |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new column into the ColumnList instance. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after insertion of a new column into the ColumnList instance. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes when removing a column from the the ColumnList instance. |
![]() | OnSet | Overridden. Performs additional custom processes before setting a value in the ColumnList instance. |
![]() | OnValidate | Overridden. Performs validation of value. |
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