Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CheckedListBoxItem Constructors

Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.
Name Parameters Description
CheckedListBoxItem() none Creates a new CheckedListBoxItem object with default settings.
CheckedListBoxItem(Object, Boolean) value, isChecked Creates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value and CheckedListBoxItem.CheckState properties.
CheckedListBoxItem(Object, String, Object) value, description, tag Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Boolean, Object) value, description, checkState, enabled, tag Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Boolean) value, description, checkState, enabled Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Object) value, description, checkState, tag Initializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState) value, description, checkState Initializes a new instance of the CheckedListBoxItem class with the specified value, description and check state.
CheckedListBoxItem(Object, String) value, description Initializes a new instance of the CheckedListBoxItem class with the specified value and description.
CheckedListBoxItem(Object, CheckState, Boolean) value, checkState, enabled Initializes a new instance of the CheckedListBoxItem class with custom settings.
CheckedListBoxItem(Object, CheckState) value, checkState Creates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value and CheckedListBoxItem.CheckState properties.
CheckedListBoxItem(Object) value Creates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value property.
See Also