CheckedListBoxItemCollection.Add(Object, Nullable<Boolean>) Method
Creates a new item with the specified value and state and appends it to the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object which represents the item’s value. |
| isChecked | Nullable<Boolean> | A Nullable Boolean value that represents the item’s check state. |
Returns
| Type | Description |
|---|---|
| Int32 | A zero-based integer value representing the new item’s index. |
See Also