TdxGalleryControlOptionsBehavior.ItemCheckMode Property
In This Article
Specifies item selection mode.
#Declaration
Delphi
property ItemCheckMode: TdxGalleryItemCheckMode read; write; default icmNone;
#Property Value
Type | Default |
---|---|
Tdx |
icm |
#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 |
---|---|
icm |
Multiple items can be selected. Use the Item |
icm |
Item selection is disabled. |
icm |
One or zero items can be selected. |
icm |
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