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