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


In This Topic
    SortedColumnList Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also