Skip to main content
A newer version of this page is available. .

TdxRibbonGalleryGroups.Items Property

Provides indexed access to gallery groups.

Declaration

property Items[Index: Integer]: TdxRibbonGalleryGroup read; write; default;

Property Value

Type
TdxRibbonGalleryGroup

Remarks

Use the Items property to obtain a reference to a gallery group by its index in the collection. The required item is specified by its zero-based index in the collection, via the Index parameter.

See Also