Method SetValue
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
valueobjectThe value to set.
Returns
- ListControlItem
The current instance of ListControlItem, enabling method chaining.