Back to Devexpress

TdxCustomTileControl.OnItemBeforeCheck Event

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-5be2b3b6.md

latest1013 B
Original Source

TdxCustomTileControl.OnItemBeforeCheck Event

Enables you to prohibit switching the checked state of tile items.

Declaration

delphi
property OnItemBeforeCheck: TdxTileControlItemAllowOperationEvent read; write;

Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item whose checked state is about to be changed.

Pass False as the AAllow parameter to prohibit changing the item’s checked state. Otherwise, the state is changed, and as a result, the tile control updates its CheckedItems list and then fires the OnItemCheck event.

See Also

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit