Method HasValue
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasValue(ISelectItem)
Determines whether a non-null value has been set for the specified select item.
public bool HasValue(ISelectItem selectItem)
Parameters
selectItemISelectItemThe select item (column) to check.
Returns
- bool
trueif a non-null value has been assigned; otherwise,false.