Click or drag to resize

TogglerAttrs Enumeration

Attributes describing how the toggler should function.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum TogglerAttrs
Members
  Member nameValueDescription
ForceWidth1When the toggler is closed force the associated control to maintain its current width.
HideOnOpen2Hide the toggler when it's opened.
See Also