Click or drag to resize

DynamicCommandButton Constructor

Default constructor.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public DynamicCommandButton(
	bool multiRecord
)

Parameters

multiRecord
Type: SystemBoolean
Specifies whether or not this button is used on a multi-record element (e.g. MiniList) vs. single record (e.g. MiniDetail).
See Also