Click or drag to resize

NodeClearer Constructor (String)

Basic constructor.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NodeClearer(
	string associatedControlID
)

Parameters

associatedControlID
Type: SystemString
The ID of the control with which to associate the clearer. When clicked, the clearer will clear all children of the associated control.
See Also