SelectListAddItem Method (String) |
Add value to list.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddItem(
string value
)
Parameters
- value
- Type: SystemString
Value to add.
RemarksValues can be duplicated, however, this will cause annoying behavior when trying to delete or select by value (will always pick the first found).
See Also