
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class SortedColumnList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As SortedColumnList
[DefaultMember("Item")] [ListBindable(false)] public class SortedColumnList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Collections.SortedColumnList
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a column to the list. |
![]() | AddRange | Adds the elements of a column array to the end of the SortedColumnList collection. |
![]() | Clear | Removes all columns from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific column exists in the list. |
![]() | IndexOf | Searches for the specified Column object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Overloaded. 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. |
![]() | ToString | Retrieves an SQL query-like string representing the OrderBy clause. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the SortedColumnList instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the SortedColumnList instance. |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the SortedColumnList instance. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the SortedColumnList instance. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the SortedColumnList instance. |
![]() | OnSet | Overridden. Performs additional custom processes before setting a value in the SortedColumnList instance. |
![]() | OnSetComplete | Overridden. Performs additional custom processes after setting a value in the SortedColumnList instance. |
![]() | OnValidate | Overridden. Performs additional custom processes when validating a 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