CheckedListBoxItem Properties
Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.| Name | Description |
|---|---|
| CheckState | Gets or sets the item’s state. |
| Description | Gets or sets the item’s display text. |
| Enabled | Gets or set whether an end-user can change the item’s state. |
| Tag | Gets or sets custom data associated with the current ListBoxItem object. Inherited from ListBoxItem. |
| Value | Gets or sets the item’s value. Inherited from ListBoxItem. |
See Also