Table of Contents

Method SetValue

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

SetValue(object?)

Sets Value property. This is a convenient method which can be used in fluent API style. It is the same as setting Value property.

public ListControlItem SetValue(object? value)

Parameters

value object

The value to set.

Returns

ListControlItem

The current instance of ListControlItem, enabling method chaining.