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

TdxTileControlOptionsBehavior.ItemCheckMode Property

Controls if end-users can right-click or swipe down tile items to toggle their checked state.

#Declaration

Delphi
property ItemCheckMode: TdxTileControlItemCheckMode read; write;

#Property Value

Type
TdxTileControlItemCheckMode

#Remarks

Options include:

Value Description
tcicmMultiple Right-clicking or swiping down a tile item toggles its checked state (also called selected state). You can access all the tile items that are currently checked within a tile control via its CheckedItems list.
tcicmNone Tile items cannot be checked. Switching to this option unchecks all the currently checked tile items, clearing the CheckedItems list.

The default values of the ItemCheckMode property for the tile and tile bar controls are tcicmMultiple and tcicmNone, respectively.

See Also