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.

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.

Declaration

cs-api-definition
FirstClick = 1

Field Value

CheckOnClickMode

Off

Item CheckState is not toggled on click.

Declaration

cs-api-definition
Off = 0

Field Value

CheckOnClickMode

SecondClick

Item is selected on first click. On second click the CheckState is toggled.

Declaration

cs-api-definition
SecondClick = 2

Field Value

CheckOnClickMode

In this article
DefinitionFieldsFirstClickOffSecondClick
Not finding the help you need?
Contact Support