Table of Contents

Method RequiredItem

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

RequiredItem<T>(int)

Gets item with the specified index. If index of the item is invalid, throws an exception.

public T RequiredItem<T>(int index) where T : class

Parameters

index int

Index of the item.

Returns

T

Type Parameters

T

Type of the result.

RequiredItem(int)

Gets ListControlItem item with the specified index. If index of the item is invalid, an exception is thrown.

public ListControlItem RequiredItem(int index)

Parameters

index int

Returns

ListControlItem