Method GetSelectItem
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetSelectItem(string)
Returns the column with the specified name as an ISelectItem.
public ISelectItem GetSelectItem(string name)
Parameters
namestringThe column name.
Returns
- ISelectItem
The matching column.