Skip to main content

LookUpColumnInfoCollection.AddRange(LookUpColumnInfo[]) Method

Adds an array of columns to the collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void AddRange(
    LookUpColumnInfo[] columns
)

Parameters

Name Type Description
columns LookUpColumnInfo[]

An array of objects representing columns for the lookup editor.

Remarks

The AddRange method adds an array of columns for the lookup editor. Each column represents an instance of the LookUpColumnInfo class. To add a single column to the collection, use the LookUpColumnInfoCollection.Add method instead.

See Also