Enum CheckOnClickMode
Defines the different modes for determining when an item's check state changes in response to user clicks.Used in RadListView and RadCheckedListBox.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum CheckOnClickMode
FirstClick
Item is selected and CheckState is toggled on first click.
Off
Item CheckState is not toggled on click.
SecondClick
Item is selected on first click. On second click the CheckState is toggled.