Back to Devexpress

CheckedListBoxItem Constructors

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-checkedlistboxitem-dot-ctor.md

latest4.8 KB
Original Source

CheckedListBoxItem Constructors

Represents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.

NameParametersDescription
CheckedListBoxItem()noneCreates a new CheckedListBoxItem object with default settings.
CheckedListBoxItem(Object, Boolean)value, isCheckedCreates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value and CheckedListBoxItem.CheckState properties.
CheckedListBoxItem(Object, String, Object)value, description, tagInitializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Boolean, Object)value, description, checkState, enabled, tagInitializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Boolean)value, description, checkState, enabledInitializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState, Object)value, description, checkState, tagInitializes a new instance of the CheckedListBoxItem class with the specified settings.
CheckedListBoxItem(Object, String, CheckState)value, description, checkStateInitializes a new instance of the CheckedListBoxItem class with the specified value, description and check state.
CheckedListBoxItem(Object, String)value, descriptionInitializes a new instance of the CheckedListBoxItem class with the specified value and description.
CheckedListBoxItem(Object, CheckState, Boolean)value, checkState, enabledInitializes a new instance of the CheckedListBoxItem class with custom settings.
CheckedListBoxItem(Object, CheckState)value, checkStateCreates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value and CheckedListBoxItem.CheckState properties.
CheckedListBoxItem(Object)valueCreates a new CheckedListBoxItem object and instantiates the ListBoxItem.Value property.

See Also

CheckedListBoxItem Class

CheckedListBoxItem Members

DevExpress.XtraEditors.Controls Namespace