EAPBootstrapUtilsAddCollapseClasses Method |
Adds the Bootstrap class(es) for collapsable elements and the initial open/collapsed state appropriate for the version of Bootstrap being used.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void AddCollapseClasses(
IAppContext appCxt,
Control ctrl,
bool open = true
)
Public Shared Sub AddCollapseClasses (
appCxt As IAppContext,
ctrl As Control,
Optional open As Boolean = true
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - ctrl
- Type: System.Web.UIControl
The collapsable control. - open (Optional)
- Type: SystemBoolean
Specifies whether the item should be open or collapsed.
See Also