Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomGallery.ItemCheckMode Property

Specifies how a gallery’s items can be selected.

#Declaration

Delphi
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