Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / ColumnInfoList Class
Properties Methods


In This Topic
    ColumnInfoList Class Members
    In This Topic

    The following tables list the members exposed by ColumnInfoList.

    Public Properties
     NameDescription
    Public PropertyOverloaded. Gets the column that corresponds to columnName.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a ColumnInfo object to the list.  
    Public MethodAdds the ColumnInfo objects to the end of the list.  
    Public MethodRemoves all items from the list.  
    Public MethodRetrieves a boolean value indicating if the item exists in the list.  
    Public MethodRetrieves a string arary containing the column names of each ColumnInfo object in the list.  
    Public MethodSearches for the specified item in the list and returns the zero-based index of the first occurrence.  
    Public MethodInserts the item in the list at the specified index.  
    Public MethodRemoves the first occurrence of columnInfo from the list.  
    Public MethodRemoves the item at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the list.  
    Protected MethodOverridden. Performs additional custom processing when clearing the contents of the list.  
    Protected MethodOverridden. Performs additional custom processing before inserting a new ColumnInfo into the list.  
    Protected MethodOverridden. Performs additional custom processing after inserting a new ColumnInfo into the list.  
    Protected MethodOverridden. Performs additional custom processing after removing a ColumnInfo from the list.  
    Top
    See Also