ID of the HTML element which will expose the Context Menu when ContextMenu property is true. Default value is an empty string.The Value of the document specifies the context menu that will be shown for the document.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, "")]
[DefaultValueAttribute("")]
[LayoutAttribute(LayoutType.Behavior)]
public string ContextElementID { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property ContextElementID As String
	Get
	Set

See Also