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

TdxRibbonGalleryGroupItem.Selected Property

Specifies whether a gallery item is selected.

#Declaration

Delphi
property Selected: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The gallery item is selected if the Selected property’s value is True. This property allows you to select or deselect a gallery item in any selection and highlighting mode (see the gallery’s GalleryOptions.ItemSelectionMode and GalleryOptions.ItemPullHighlighting properties).

Note

End-users cannot select disabled gallery items.

The default value of the Selected property is False.

See Also