Table of Contents

Method SelectRange

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

SelectRange(int, int, bool)

Selects or unselects range of the items (inclusive).

public virtual void SelectRange(int startIndex, int endIndex, bool select = true)

Parameters

startIndex int

Index of the first item to select.

endIndex int

Index of the last item to select.

select bool

Whether to select or unselect the items.