Back to Devexpress

TdxCustomTileControl.CheckedItems Property

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-8bee2943.md

latest830 B
Original Source

TdxCustomTileControl.CheckedItems Property

Provides zero-based indexed access to tile items that are currently checked within the tile control.

Declaration

delphi
property CheckedItems[Index: Integer]: TdxTileControlItem read;

Property Value

Type
TdxTileControlItem

Remarks

Use the CheckedItemCount property to obtain the total number of elements accessible via the CheckedItems property.

See Also

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit