Check Box ListChecked Items Property
This property will return a collection containing the currently selected items in the checkbox list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CheckedItemsCollection CheckedItems { get; }VB
Public ReadOnly Property CheckedItems As CheckedItemsCollection
GetC++
public:
property CheckedItemsCollection^ CheckedItems {
CheckedItemsCollection^ get ();
}F#
member CheckedItems : CheckedItemsCollection with getProperty Value
CheckedItemsCollectionRemarks
The collection is read-only but the items in it are not