Table of Contents

Property AnchorIndex

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

AnchorIndex

Gets or sets anchor item index.

protected virtual int? AnchorIndex { get; set; }

Property Value

int?

Remarks

This is the anchor of the selection for the multiselection listboxes: shift-clicking an item extends the selection from anchor to the item clicked, for example. It is always Null for single selection listboxes.