TdxCustomRibbonGalleryItem.SelectedGroupItem Property
Specifies a selected gallery item.
Declaration
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