Click or drag to resize
UniGridActionsContextMenu Property
The relative path to a control (.ascx file) that implements a context menu for the action column of header. Controls created for this purpose must inherit from the CMS.ExtendedControls.CMSContextMenuControl class. Sample value: "~/CMSAdminControls/UI/UniGrid/Controls/ObjectMenu.ascx"

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public string ContextMenu { get; set; }

Property Value

Type: String
See Also