Table of Contents

Property ResultIndex

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

ResultIndex

Gets index of the selected item when popup window is closed.

[Browsable(false)]
public int? ResultIndex { get; set; }

Property Value

int?

Remarks

Use this property instead of SelectedIndex after popup is closed. In cases when PopupResult is Accepted it contains selected item index. This item index is more correct than SelectedIndex.