Table of Contents

Property CheckedIndices

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CheckedIndices

Gets a collection that contains the zero-based indexes of all currently checked items in the control.

[Browsable(false)]
public virtual IReadOnlyList<int> CheckedIndices { get; set; }

Property Value

IReadOnlyList<int>

An IReadOnlyList<T> containing the indexes of the currently checked items in the control. If no items are currently checked, an empty IReadOnlyList<T> is returned.