Skip to main content

TdxRibbonGalleryGroupItem.Selected Property

Specifies whether a gallery item is selected.

Declaration

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