Back to Devexpress

TdxGalleryControlGroup.Items Property

vcl-dxgallerycontrol-dot-tdxgallerycontrolgroup.md

latest640 B
Original Source

TdxGalleryControlGroup.Items Property

Provides access to the child items collection.

Declaration

delphi
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

TdxGalleryControlGroup Class

TdxGalleryControlGroup Members

dxGalleryControl Unit