dbicList Send comments on this topic.
Items Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiColumnItem Class : Items Property

Determines the list of items used to populate a combo box that belongs to this column

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Items As ArrayList
C# 
public ArrayList Items {get;}

Property Value

ArrayList

Remarks

Will only be used if the EditType property of the column is equal to "ComboBox".

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also