Retrieves the data type of the collection we are editing.
[Visual Basic] Protected ReadOnly Property CollectionType As Type [C#] protected Type CollectionType {get;} [C++] protected: __property Type* get_CollectionType(); [JScript] protected function get CollectionType() : Type;
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace