Gets or sets the target window or frame in which to display the Web page content associated with a menu item when the menu item is clicked or the enter key is pressed.

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

Syntax

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

Remarks

The default value is an empty string.

See Also