Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / SortedColumnList Class
Members


In This Topic
    SortedColumnList Class
    In This Topic
    Represents the list of columns by which the data rows in the grid are sorted.
    Object Model
    SortedColumnList ClassColumn Class
    Syntax
    '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 
    Inheritance Hierarchy

    System.Object
          Xceed.Grid.Collections.SortedColumnList

    Public Properties
     NameDescription
    Public PropertyGets the column at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a column to the list.  
    Public MethodAdds the elements of a column array to the end of the SortedColumnList collection.  
    Public MethodRemoves all columns from the list.  
    Public MethodRetrieves a boolean value indicating if a specific column exists in the list.  
    Public MethodSearches for the specified Column object and returns the zero-based index of the first occurrence within the list.  
    Public MethodOverloaded. Inserts a column into the list at the specified index.  
    Public MethodRemoves the column from the list.  
    Public MethodRemoves the column from the list at the specified index.  
    Public MethodRetrieves an SQL query-like string representing the OrderBy clause.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes before inserting a new element into the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes after inserting a new element into the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes after removing an element from the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes before setting a value in the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes after setting a value in the SortedColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes when validating a value.  
    Top
    Requirements

    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

    See Also