Table of Contents

Property CheckedIndicesDescending

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

CheckedIndicesDescending

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

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

Property Value

IReadOnlyList<int>

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

Remarks

Indexes are returned in the descending order (maximal index is the first).