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.v24.2.dll
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