Gets or sets the target window or frame to display the Web page content linked to when the C1WebLinkItem is clicked.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute("")] public string Target { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute("")> _ Public Property Target As String |