HasItems Property (RenderInputComboBox)
In This Topic
Gets a value indicating whether the
RenderInputComboBox.Items collection has been initialized and contains one or more elements.
Syntax
'Declaration
Public ReadOnly Property HasItems As Boolean
public bool HasItems {get;}
See Also