Table of Contents

Constructor ListControlItem

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

ListControlItem(string, object?)

Initializes a new instance of the ListControlItem class.

public ListControlItem(string text, object? value = null)

Parameters

text string

Text to display.

value object

User data.

ListControlItem()

Initializes a new instance of the ListControlItem class.

public ListControlItem()

ListControlItem(string, Action?)

Initializes a new instance of the ListControlItem class.

public ListControlItem(string text, Action? action)

Parameters

text string

Text to display.

action Action

Action associated with the item.