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