BCGControlBar Library for .NET
ItemCollection Property (GridDataItemOptionList)




Collection of combo box items.
Syntax
'Declaration
 
Public ReadOnly Property ItemCollection As ArrayList
'Usage
 
Dim instance As GridDataItemOptionList
Dim value As ArrayList
 
value = instance.ItemCollection
public ArrayList ItemCollection {get;}
public: __property ArrayList* get_ItemCollection();
public:
property ArrayList^ ItemCollection {
   ArrayList^ get();
}
Remarks
You can use strings or objects of the GridOptionItem type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridDataItemOptionList Class
GridDataItemOptionList Members

Send Feedback