Table of Contents

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

selectItem ISelectItem

The select item (column) to check.

Returns

bool

true if a non-null value has been assigned; otherwise, false.