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

TdxRibbonBackstageViewGalleryItems.Items Property

Provides zero-based indexed access to gallery items contained within the collection.

Declaration

property Items[AIndex: Integer]: TdxRibbonBackstageViewGalleryItem read; write; default;

Property Value

Type
TdxRibbonBackstageViewGalleryItem

Remarks

Use the gallery group’s ItemCount property to determine the number of items accessible via the Items property. You can manage these items using Add and other methods available in the group.

See Also