SelectList.AddItem Method (String)

GeonBit.UI

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)
Syntax
C#
public void AddItem(
	string value
)

Parameters

value
Type: SystemString
Value to add.
Remarks
Values 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