Click or drag to resize
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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public Control ActionControl { get; set; }

Property Value

Type: Control
See Also