LookUpColumnInfoCollection.AddRange(LookUpColumnInfo[]) Method
Adds an array of columns to the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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