TdxTileControlOptionsBehavior.ItemCheckMode Property
Controls if end-users can right-click or swipe down tile items to toggle their checked state.
Declaration
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