TdxCustomRibbonGalleryOptions.ItemSelectionMode Property
In This Article
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 |
---|---|
Tdx |
gsm |
#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