TdxRibbonGalleryGroup.Items Property
Holds gallery items that belong to the gallery group.
Declaration
property Items: TdxRibbonGalleryGroupItems read; write;
Property Value
Type |
---|
TdxRibbonGalleryGroupItems |
Remarks
Use the Items.Add and Items.Clear methods to add or delete items to or from the group.
See Also