Items Property (SLAutoCompleteBox)

Action

Gets a list containing items of the current matches. If nothing was entered in the control's text box an empty list is returned.

Syntax

C#
protected List(Of SLComboBoxItem) Items { get; }
VB
'Declaration
Protected Read Property Items As List(Of SLComboBoxItem)

Access

Read only.