Search
CheckListPicker Members
Constructors Properties Methods Events
 


Represents an input control, that displays a drop-down list of check-box items.

The following tables list the members exposed by the CheckListPicker type.

 Public Constructors

  Name Description

CheckListPicker

Initializes a new instance of the CheckListPicker class.

 Public Properties

  Name Description

allowEmptyInput

Gets or sets a value indicating whether empty input is considered valid. (Inherited from Picker.)

buttonStyle

Gets or sets a value indicating the display mode of the dropdown button. (Inherited from Picker.)

clearButtonStyle

Gets or sets a value indicating the display mode of the clear button. (Inherited from Picker.)

createWrapper

Gets or sets a value indicating whether a wrapper div element should be created for the control. (Inherited from Picker.)

displayValue

Gets the picker value as a string.

dropdownHeight

Gets or sets the height of the dropdown. (Inherited from Picker.)

dropdownOffset

Gets or sets the offset of the dropdown. (Inherited from Picker.)

dropdownWidth

Gets or sets the width of the dropdown. (Inherited from Picker.)

invalidString

Gets or sets the string to display when the input is invalid. (Inherited from Picker.)

itemSize

Gets or sets the size of the dropdown items.

mode

Gets or sets the mode of the control.

multiple

Gets or sets a value indicating whether multiple items can be checked.

state

Gets or sets the validation state of the control. (Inherited from Picker.)

value

Gets or sets the value of this control.

values

Gets or sets the dictionary of items, displayed in this control.

 Public Methods

  Name Description

attach

Picker.attach override.

detach

Picker.detach override.

dispose

Control.dispose override. (Inherited from Picker.)

draw

Picker.draw override.

validateInput

Validates keyboard input. (Inherited from Picker.)

 Public Events

  Name Description

dropDownClose

Raised when the dropdown is closed. (Inherited from Picker.)

dropDownShow

Raised when the dropdown is shown. (Inherited from Picker.)

stateChanged

Raised when the control validation state is changed. (Inherited from Picker.)

valueChanged

Raised when the control value is changed. (Inherited from Picker.)

valueChanging

Raised when the control value is changing. (Inherited from Picker.)

 See Also