Click or drag to resize

EAPBootstrapUtilsAddDropdownClass Method

Adds the Bootstrap class, appropriate for the version of Bootstrap being used, for a dropdown (i.e. SELECT element/combobox) control.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddDropdownClass(
	IAppContext appCxt,
	Control ctrl
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
ctrl
Type: System.Web.UIControl
The control.
See Also