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