CyberStore E-Payment 2023 Documentation
IgnoreControl Property


Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : IgnoreControl Property
Gets or sets a value indicating whether to ignore the control.

Property Value

true to ignore the control, false (default) if not.
Remarks

When the control is ignored, all processing is stopped. The OnInit, OnPreRender, OnPageLoad, OnDataBinding and OnUnload events are cancelled and the control is forced to not Visible.

When a control is ignored, any sub-controls are also ignored by default. In the same way, if a control's parent CyberStore control is ignored, the control will also be ignored.

See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members