CheckBoxListCheckedIndices Property

This property will return a collection containing the currently selected indices in the checkbox list

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CheckedIndicesCollection CheckedIndices { get; }

Property Value

CheckedIndicesCollection

Remarks

The collection is read-only.

See Also