TcxComponentCollectionItem.Collection Property
Specifies the collection containing the current element.
Declaration
property Collection: TcxComponentCollection read; write;
Property Value
Type |
---|
TcxComponentCollection |
Remarks
Assigning this property removes the current element from the collection that contains it and then adds this element to a specified collection.
Call the SetParentComponent method to add the current element to a collection associated with a certain component.
See Also