TdxGalleryControlGroup.Items Property
Provides access to the child items collection.
Declaration
property Items: TdxGalleryControlItems read;
Property Value
Type |
---|
TdxGalleryControlItems |
Remarks
Use the Items property to iterate through this group’s child items or to access individual items using indexer notation.
See Also