Table of Contents

Method ItemToData

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

ItemToData(ListControlItem?)

Gets data associated with the item.

protected virtual object? ItemToData(ListControlItem? item)

Parameters

item ListControlItem

Item which contains the data.

Returns

object