UncheckTilesOnClick Property (C1TileControl)
In This Topic
Gets or sets a value indicating whether all tiles are unchecked after clicking a tile.
Syntax
'Declaration
Public Property UncheckTilesOnClick As Boolean
public bool UncheckTilesOnClick {get; set;}
See Also