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