Click or drag to resize

RibbonBarButtonContextMenuId Property

ID of contextmenu linked to this button.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public string ContextMenuId { get; set; }

Property Value

Type: String
String

Return Value

Type: String
Button text.
Remarks
When specified, the contextmenu with the provided id will be shown with options for the button.
See Also