Name | Description | |
---|---|---|
![]() | DisplayableColumnCount | Gets the number of displayable columns. |
![]() | Item | Overloaded. Gets the column at the specified index. |
The following tables list the members exposed by ColumnList.
Name | Description | |
---|---|---|
![]() | DisplayableColumnCount | Gets the number of displayable columns. |
![]() | Item | Overloaded. Gets the column at the specified index. |
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. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the ColumnList instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes when clearing the contents of the ColumnList instance. |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new column into the ColumnList instance. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after insertion of a new column into the ColumnList instance. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes when removing a column from the the ColumnList instance. |
![]() | OnSet | Overridden. Performs additional custom processes before setting a value in the ColumnList instance. |
![]() | OnValidate | Overridden. Performs validation of value. |