TdxCustomGallery.ItemCheckMode Property
In This Article
Specifies how a gallery’s items can be selected.
#Declaration
Delphi
property ItemCheckMode: TdxGalleryItemCheckMode read; write; default icmNone;
#Property Value
Type | Default |
---|---|
Tdx |
icm |
#Remarks
Allows you to set one of the following selection modes.
Value | Description |
---|---|
icm |
Item selection is disabled. |
icm |
One or zero items can be selected. |
icm |
One item is always selected. |
icm |
Multiple items can be selected. In this mode, clicking an item toggles its selected state. |
The default value of the ItemCheckMode property is icmNone.
See Also