CheckedListBoxItem Properties
Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.
Name | Description |
---|---|
Check |
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 List |
Value |
Gets or sets the item’s value.
Inherited from List |
See Also