Returns the collection to which the given item belongs.
Declaration
itemObj.Collection
Read-Only Property | One of the objects listed in the Return Value section |
itemObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxEditButton, TcxRadioGroupItem
Description
Use the Collection
property to obtain the collection to which the given item belongs.
Property Value
An object that provides access to the collection that contains the given item:
- The
TcxEditButton.Collection
property returns theTcxEditButtons
object. - The
TcxRadioGroupItem.Collection
property returns theTcxRadioGroupItems
object.