LookUpColumnInfoCollection.Remove(LookUpColumnInfo) Method
Removes the specified column from the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | LookUpColumnInfo | The column to remove from the collection. |
Remarks
Use the Remove method to remove a column from the collection. When a column is removed, all subsequent elements are moved up one position in the collection.
To add a new column to the collection, use the LookUpColumnInfoCollection.Add and LookUpColumnInfoCollection.AddRange methods.
See Also