Skip to main content

TdxCustomGallery.ItemCheckMode Property

Specifies how a gallery’s items can be selected.

Declaration

property ItemCheckMode: TdxGalleryItemCheckMode read; write; default icmNone;

Property Value

Type Default
TdxGalleryItemCheckMode icmNone

Remarks

Allows you to set one of the following selection modes.

Value Description
icmNone Item selection is disabled.
icmSingleCheck One or zero items can be selected.
icmSingleRadio One item is always selected.
icmMultiple 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