Configurates
C1.Web.Mvc.ComboBoxBase<T>.MaxDropDownHeight. Sets the maximum height of the drop-down list.
Syntax
'Declaration
Public Function MaxDropDownHeight( _
ByVal As Double _
) As
public MaxDropDownHeight(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also