Skip to main content

CheckedListBoxItemCollection.GetCheckedValues() Method

Returns a list of checked items’ values.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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