'Declaration
Public Overloads Function ListBox(Of T)( _ Optional ByVal selector As String _ ) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ListBox<T>( string selector )
Parameters
- selector
- Specifies a selector. It is optional. If it is not set, a default dom element will be generated.
Type Parameters
- T
- The data item type.