Configurates
C1.Web.Mvc.DropDown.ShowDropDownButton. Sets a value indicating whether the control should display a drop-down button.
Syntax
'Declaration
Public Function ShowDropDownButton( _
ByVal As Boolean _
) As
public ShowDropDownButton(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also