TdxGalleryControlOptionsBehavior.ItemCheckMode Property
Specifies item selection mode.
Declaration
property ItemCheckMode: TdxGalleryItemCheckMode read; write; default icmNone;
Property Value
| Type | Default |
|---|---|
| TdxGalleryItemCheckMode | icmNone |
Remarks
End-users can select and deselect gallery items with a click or by pressing the Space key while an item is focused. Depending on the ItemCheckMode property value, an end-user can keep single or multiple items selected at the same time.
Options include:
| Value | Description |
|---|---|
| icmMultiple | Multiple items can be selected. Use the ItemMultiSelectKind property to specify the manner in which end-users can modify the item selection. |
| icmNone | Item selection is disabled. |
| icmSingleCheck | One or zero items can be selected. |
| icmSingleRadio | One item is always selected. |
The image below shows the multi-selection mode (the ItemCheckMode property is set to icmMultiple).

The default value of the ItemCheckMode property is icmNone.
See Also