Class SelectItemModel
Represents item in select box.
public class SelectItemModel
- Inheritance
-
objectSelectItemModel
- Extension Methods
Properties
Label
Human readable label of an item in the select box.
public string Label { get; set; }
Property Value
- string
Value
Value of an item in the select box.
public string Value { get; set; }
Property Value
- string