Configurates
C1.Web.Mvc.DropDown<T>.IsDroppedDown. Sets a value indicating whether the drop down is currently visible.
Syntax
'Declaration
Public Function IsDroppedDown( _
ByVal As Boolean _
) As TBuilder
public TBuilder IsDroppedDown(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also