Configurates
C1.Web.Mvc.AutoCompleteBase<T>.MaxItems. Sets the maximum number of items to display in the drop-down list.
Syntax
'Declaration
Public Overridable Function MaxItems( _
ByVal As Integer _
) As
public virtual MaxItems(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also