HierarchyWeb hpDrillDownTarget Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Target of navigate URL on node-click. See also hpDrillDownMode and hpDrillDownURL.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public string hpDrillDownTarget { get; set; }
/** @property */
public String get_hpDrillDownTarget()
/** @property */
public void set_hpDrillDownTarget(String value)

Field Value

System.String
Remarks

Default is "" (for same window). Set to "_blank" (for new window) or to target frame if needed.
See Also