Xceed Grid for WinForms v4.3 Documentation
ColumnList Class Members
Properties  Methods 


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace : ColumnList Class

The following tables list the members exposed by ColumnList.

Public Properties
 NameDescription
Public PropertyGets the number of displayable columns.  
Public PropertyOverloaded. Gets the column at the specified index.  
Top
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

Reference

ColumnList Class
Xceed.Grid.Collections Namespace