Back to Devexpress

TdxRibbonGalleryGroupItem.Selected Property

vcl-dxribbongallery-dot-tdxribbongallerygroupitem-e2e918c8.md

latest1.3 KB
Original Source

TdxRibbonGalleryGroupItem.Selected Property

Specifies whether a gallery item is selected.

Declaration

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

Property Value

TypeDefault
BooleanFalse

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

TdxCustomRibbonGalleryItem.SelectedGroupItem

TdxRibbonGalleryGroupItem Class

TdxRibbonGalleryGroupItem Members

dxRibbonGallery Unit