Method SetText
SetText(object?)
Sets the text content of the item to the specified value. This is a convenient method which can be used in fluent API style. It is the same as setting Text property.
public ListControlItem SetText(object? value)
Parameters
Returns
- ListControlItem
The current instance of ListControlItem, enabling method chaining.