AbstractActionMouseButton Property |
Specifies which mouse button causes the action's context menu to appear (if a context menu is enabled via the contextmenu attribute).
If not defined, both mouse buttons open the context menu.
Possible values: "left", "right"
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string MouseButton { get; set; }
Property Value
Type:
StringSee Also