Skip to main content

LookUpColumnInfoCollection.Remove(LookUpColumnInfo) Method

Removes the specified column from the collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Remove(
    LookUpColumnInfo column
)

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