HeaderActionControlCreatedEventArgsActionControl Property |
Gets or sets the header action control.
Is null in Before phase.
Is provided in the After phase.
Can be overwritten and changed in the After phase.
Can be provided in the Before phase if event is then canceled.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public Control ActionControl { get; set; }
Property Value
Type:
ControlSee Also