EnumCheckOnClickMode
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:
cs-api-definition
public enum CheckOnClickMode
Fields
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.