Skip to main content

TdxCustomGallery.Groups Property

Provides access to the collection of gallery groups.

Declaration

property Groups: TdxGalleryGroups read; write;

Property Value

Type
TdxGalleryGroups

Remarks

Use this property to manipulate groups within the gallery. You can access individual groups using indexer notation.

Each group holds a collection of child items.

See Also