Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRibbonGalleryItem.CopyGroupItem(TdxRibbonGalleryGroupItem,TdxRibbonGalleryGroup,Integer) Method

Copies the gallery item to the gallery group at the specified position.

#Declaration

Delphi
function CopyGroupItem(AGroupItem: TdxRibbonGalleryGroupItem; ATargetGroup: TdxRibbonGalleryGroup; AIndex: Integer): TdxRibbonGalleryGroupItem;

#Parameters

Name Type
AGroupItem TdxRibbonGalleryGroupItem
ATargetGroup TdxRibbonGalleryGroup
AIndex Integer

#Returns

Type
TdxRibbonGalleryGroupItem

#Remarks

AGroupItem specifies the gallery item to be copied to the target gallery group.

ATargetGroup specifies the gallery group to which the gallery item will be copied.

Index specifies the gallery item’s position in the target gallery group’s item collection.

See Also