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