DropDownRemoveItem Method (Int32) |
Remove item from the list, by index.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveItem(
int index
)
Parameters
- index
- Type: SystemInt32
Index of the item to remove.
See Also