Specifies ID of linked C1WebMenu in Custom context mode for the drop down button.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
public string DropDownContextMenuId { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property DropDownContextMenuId As String

See Also