Method GetSelectItem
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetSelectItem(int)
public ISelectItem GetSelectItem(int index)
Parameters
indexint
Returns
GetSelectItem(string)
Retrieves the select item with the specified name.
public ISelectItem GetSelectItem(string name)
Parameters
namestringThe name of the select item to retrieve.
Returns
- ISelectItem
The select item with the specified name.