AbstractActionMenuParameter Property |
Contains an array of parameters passed to the control implementing the action's context menu (the path to this control must be specified in the contextmenu attribute). These parameters may be retrieved in the control's code using the GetContextMenuParameter JavaScript function.
The columns defined in the parameters attribute of the <actions> element may be entered as parameters using the following expressions:
{0} - first parameter
{1} - second parameter
and so forth.
"new Array('cms.site', '{0}')"
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string MenuParameter { get; set; }
Property Value
Type:
StringSee Also