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

Behavior when user clicks a hierarchy node. Applies to HierarchyWeb-hpDrillDownMode. WebForm Only.

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

public enum DrillDownModeType
public enum DrillDownModeType
Members

  Member nameValueDescription
Inactive0 Default. No action
Navigate1 Navigate to the URL specified in Treenode's NavigateUrl property
NavigateNode2 Navigate to the URL specified in hpDrillDownURL property with node value as parameter
PostBack3 Decide the action at server-side
JavaScript4 Decide the action at client-side
See Also