Method IsNull
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
IsNull(ISelectItem)
Determines if the select item is null within this datum either as a result of not being in the datum or being in the datum and being set to null.
public override bool IsNull(ISelectItem selectItem)
Parameters
selectItemISelectItemThe select item to test.
Returns
- bool
Boolean indicating if select item is null.