Gets or sets the target window or frame to display the Web page content linked to when the toolbar item is clicked or enter key pressed. Default value is empty string.

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

Syntax

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

See Also