Skip to main content
A newer version of this page is available. .

CheckedListBoxItemCollection.Add(Object, 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.v19.2.dll

Declaration

public int Add(
    object value,
    bool isChecked
)

Parameters

Name Type Description
value Object

An object which represents the item’s value.

isChecked Boolean

true if the item is checked; otherwise, false .

Returns

Type Description
Int32

A zero-based integer value representing the new item’s index.

See Also