Create a Grid Dropdown from a Collection.

Syntax

ISGrid.CreateGridDropDownFromCollection(collection, valueField, [includeInactive], [sqlWhere], [displayColumns], [maxDropdownRows])

Parameters

NameTypeOptionalByRefDescription
collection ICollection The Collection.
valueField String The Value Field.
includeInactive Boolean Optional Indicates whether to include Inactive items. If omitted, a value of False is assumed.
sqlWhere String Optional An SQL Where clause to filter a DataView by.
displayColumns String Optional A comma-separated list of Columns to Display.
maxDropdownRows Integer Optional The Maximum number of Dropdown Rows. If omitted, a value of 20 is assumed.

Return Value

UltraDropDown

A Infragistics.Win.UltraWinGrid.UltraDropDown value.

Member of:
ISGrid
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0