Gets or sets the window or frame where content appears when a hyperlink is clicked.

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

Syntax

C#
[TypeConverterAttribute(typeof(TargetConverter))]
[JsonAttribute(true, true, "")]
[DefaultValueAttribute("")]
public virtual string Target { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(TargetConverter))> _
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
Public Overridable Property Target As String
	Get
	Set

Remarks

If this property is not set, the browser or window with focus refreshes when a hyperlink in the column is clicked.

See Also