DropDown.RemoveItem Method (String)

GeonBit.UI

DropDownRemoveItem Method (String)
Remove value from the 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 RemoveItem(
	string value
)

Parameters

value
Type: SystemString
Value to remove.
See Also