Gets or sets the target element's trigger action that will show this menu. This property requires that a valid target is specified. Available options are "tap", "hover", "focus", "select" and "none". Default is "tap".
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//propValue is of type String
var propValue = instance.trigger;
instance.trigger = propValue; |
Property Value
Type:
String
See Also