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

TdxCustomRibbonGalleryOptions.ItemSelectionMode Property

Specifies whether gallery items support the selected state and whether multiple item selection is allowed.

#Declaration

Delphi
property ItemSelectionMode: TdxRibbonGalleryItemSelectionMode read; write; default gsmSingle;

#Property Value

Type Default
TdxRibbonGalleryItemSelectionMode gsmSingle

#Remarks

Refer to the TdxRibbonGalleryItemSelectionMode type description to learn about available options.

The gallery item selection feature can be additionally controlled by the ItemAllowDeselect property, which specifies whether end-users are allowed to deselect items.

The default value of the ItemSelectionMode property is gsmSingle.

See Also