Click or drag to resize

IWizContainerPaneTogglerControl Property

Gets the object used to toggle the pane open/closed, if any (may be null). If present, the toggler is expected to be an instance of either the NetQuarry.WebControls.Togger or NetQuarry.WebControls.TogglerB class both of which support the IToggler interface. Typically you should use Expanded to control the open/close state of the pane rather than using the toggler control directly.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
WebControl TogglerControl { get; }

Property Value

Type: WebControl
See Also