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

TdxRibbonGalleryGroupItems.Items Property

Provides indexed access to gallery items.

Declaration

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

Property Value

Type
TdxRibbonGalleryGroupItem

Remarks

Use the Items property to obtain a reference to a gallery item 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