Click or drag to resize

PicklistHasItems Method

Determines if the picklist has any items, excluding any null entry. Note that disabled and discrimmed-out items are included.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool HasItems()

Return Value

Type: Boolean
True if any non-null items are in the picklist (including any disabled and/or discrimmed-out items).
See Also