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 |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
tcicm |
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 Checked |
tcicm |
Tile items cannot be checked. Switching to this option unchecks all the currently checked tile items, clearing the Checked |
The default values of the ItemCheckMode property for the tile and tile bar controls are tcicmMultiple and tcicmNone, respectively.