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

CheckedListBoxItemCollection.GetCheckedValues() Method

Returns a list of checked items’ values.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public List<object> GetCheckedValues()

Returns

Type Description
List<Object>

A list of checked items.

Remarks

Checked items are those that have the CheckedListBoxItem.CheckState properties are set to Checked. The GetCheckedValues method returns a list of checked items’ values (ListBoxItem.Value).

See Also