Table of Contents

Method SafeItem

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

SafeItem(int)

Gets ListControlItem item with the specified index. If index of the item is invalid or item is not ListControlItem, returns null.

ListControlItem? SafeItem(int index)

Parameters

index int

Returns

ListControlItem