TdxCustomTileControl.CheckedItemCount Property
Returns the number of tile items that are currently checked within the tile control.
Declaration
property CheckedItemCount: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
This property returns the number of elements stored in the list accessible via the CheckedItems property.
See Also