Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Add(
    object value,
    bool? isChecked
)

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