Name | Description | |
---|---|---|
Add | Adds a column to the list. | |
Clear | Overloaded. Removes all the columns from the list. | |
Contains | Retrieves a boolean value indicating if a specific column exists in the list. | |
GenerateFromType | Generates a list of bound columns based on the specified type. | |
GetColumnAtDisplayableIndex | Retrieves a reference to the column at the specified displayable index. | |
GetColumnAtVisibleIndex | Retrieves a reference to the column at the specified visible index. | |
IndexOf | Overloaded. Searches for the specified Xceed.Grid.Column object and returns the zero-based index of the first occurrence within the list. | |
Insert | Inserts a column into the list at the specified index. | |
Remove | Removes the column from the list. | |
RemoveAt | Removes the column from the list at the specified index. |