Back to Devexpress

TdxTileControlOptionsBehavior.ItemCheckMode Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsbehavior-448ea32a.md

latest1.6 KB
Original Source

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:

ValueDescription
tcicmMultipleRight-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.
tcicmNoneTile 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

TdxTileControlOptionsBehavior.ItemMoving

TdxTileControlOptionsBehavior Class

TdxTileControlOptionsBehavior Members

dxCustomTileControl Unit