Click or drag to resize
HeaderActionControlCreatedEventArgsAction Property
Gets or sets the header action object on which the action control is based.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public HeaderAction Action { get; set; }

Property Value

Type: HeaderAction
See Also