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


In This Topic
    ColumnList Class Methods
    In This Topic

    For a list of all members of this type, see ColumnList members.

    Public Methods
     NameDescription
    Public MethodAdds a column to the list.  
    Public MethodOverloaded. Removes all the columns from the list.  
    Public MethodRetrieves a boolean value indicating if a specific column exists in the list.  
    Public MethodGenerates a list of bound columns based on the specified type.  
    Public MethodRetrieves a reference to the column at the specified displayable index.  
    Public MethodRetrieves a reference to the column at the specified visible index.  
    Public MethodOverloaded. Searches for the specified Xceed.Grid.Column object and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts 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.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the ColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the ColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes before inserting a new column into the ColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes after insertion of a new column into the ColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes when removing a column from the the ColumnList instance.  
    Protected MethodOverridden. Performs additional custom processes before setting a value in the ColumnList instance.  
    Protected MethodOverridden. Performs validation of value.  
    Top
    See Also