TdxCustomRibbonGalleryItem.SelectedGroupItem Property
In This Article
Specifies a selected gallery item.
#Declaration
Delphi
property SelectedGroupItem: TdxRibbonGalleryGroupItem read; write;
#Property Value
Type |
---|
Tdx |
#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