CheckedListBoxItemCollection.GetCheckedValues() Method
Returns a list of checked items’ values.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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