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.Base.Web.UI.CMSContextMenuControl class.
Sample value: "~/CMSAdminControls/UI/UniGrid/Controls/ObjectMenu.ascx"
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string ContextMenu { get; set; }
Property Value
Type:
StringSee Also