TdxCustomRibbonGalleryOptions.ItemSelectionMode Property
Specifies whether gallery items support the selected state and whether multiple item selection is allowed.
Declaration
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