Click or drag to resize
CheckBoxWithDropDown Fields

The CheckBoxWithDropDown type exposes the following members.

Fields
  NameDescription
Public fieldDropDownItems
Gets or sets collection of items to be bound to dropdownlist.
Public fieldDropDownLabel
Gets or sets text next to dropdownlist.
Public fieldDropDownPrompt
Gets or sets default prompt message in dropdownlist.
Public fieldDropDownVisible
Gets or sets if dropdownlist and text is visible.
Public fieldEnabled
Enables or Disables control.
Public fieldCheckboxChecked
Gets or sets if checkbox input is checked.
Public fieldCheckboxText
Gets or sets text next to checkbox input.
Public fieldValue
Gets or sets value of control.
Top
See Also