www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Behavior when user clicks a hierarchy node. Applies to HierarchyWeb-hpDrillDownMode. WebForm Only.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum DrillDownModeType
Members
Member name | Value | Description | |
---|---|---|---|
Inactive | 0 | Default. No action | |
Navigate | 1 | Navigate to the URL specified in Treenode's NavigateUrl property | |
NavigateNode | 2 | Navigate to the URL specified in hpDrillDownURL property with node value as parameter | |
PostBack | 3 | Decide the action at server-side | |
JavaScript | 4 | Decide the action at client-side |
See Also