Table of Contents

Constructor ListControlItemWithNotify

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

ListControlItemWithNotify(string)

Initializes a new instance of the ListControlItemWithNotify class with the default value for the Text property.

public ListControlItemWithNotify(string text)

Parameters

text string

The initial value of the Text property.

ListControlItemWithNotify(string, object?)

Initializes a new instance of the ListControlItemWithNotify class with the default values for the Text and Value properties.

public ListControlItemWithNotify(string text, object? value)

Parameters

text string

The default value of the Text property.

value object

User data.

ListControlItemWithNotify()

Initializes a new instance of the ListControlItemWithNotify class.

public ListControlItemWithNotify()