AllowChecking Property (C1TileControl)
In This Topic
Gets or sets whether the user can check/uncheck tiles using a swipe gesture or mouse right-click.
Syntax
'Declaration
Public Property AllowChecking As Boolean
public bool AllowChecking {get; set;}
See Also