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.SelectedGroupItem Property

Specifies a selected gallery item.

#Declaration

Delphi
property SelectedGroupItem: TdxRibbonGalleryGroupItem read; write;

#Property Value

Type
TdxRibbonGalleryGroupItem

#Remarks

This property can be used as an alternative to the gallery item’s Selected property.

Note that you can select an item or determine a selected item via the SelectedGroupItem property only in the gsmSingle selection mode (see the gallery’s Options.ItemSelectionMode property). If the gsmNone, gsmMultiple, or gsmSingleInGroup mode is currently active, this property returns nil.

See Also