HeaderActions Actions Property Kentico 8.0 API Reference
Gets or sets the array of actions. The meaning of the indexes: (0,0): Type of the link (HyperLink or LinkButton), (0,1): Text of the action link, (0,2): JavaScript command to be performed OnClick action, (0,3): NavigationUrl of the HyperLink (or PostBackUrl of LinkButton), (0,4): Tooltip of the action link, (0,5): Action image URL, (0,6): CommandName of the LinkButton Command event, (0,7): CommandArgument of the LinkButton Command event. (0,8): Register shortcut action (TRUE/FALSE) (0,9): Enabled state of the action (TRUE/FALSE) (0,10): Visibility of the action (TRUE/FALSE) (0,11): Hyperlink target (only if type is hyperlink). (0,12): Use ImageButton instead of Image (TRUE/FALSE). At least first two arguments must be defined.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Property Value

Type:  OnlineString 
See Also