Interface IUIListItem
A component that represents an item in a list.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IUIListItem
Properties
UIElement
Gets the IUIElement to display in the item.
Declaration
IUIElement UIElement { get; }
Property Value
Type | Description |
---|---|
IUIElement |
Value
Gets the value associated to the item.
Declaration
object? Value { get; }
Property Value
Type | Description |
---|---|
object |