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
)
Public Sub New (
multiRecord As Boolean
)
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