ListBoxColumnCollection.Add(ListBoxColumn) Method
Adds the specified column to the end of an editor’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public void Add(
ListBoxColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | List |
A List |
#Remarks
Use the Add method to add the specified column to the end of the column collection. To add a column to the specified position within the collection, use the ListBoxColumnCollection.Insert method.
To remove the specified column from the collection, use the ListBoxColumnCollection.Remove method.
Use the ListBoxColumnCollection.Item property to access the individual column within the collection by its index.
Note
It is not possible, for example, to modify a column collection, change items selection, or change Selection