Share via


RetailConnTableDistributionTree.hideShowTree Method [AX 2012]

Hides or expands the tree and updates the form data source.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void hideShowTree(boolean show, [boolean first])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void hideShowTree(boolean show, [boolean first])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void hideShowTree(
            boolean show, 
            FormTabPageControl overview, 
            FormTabControl formTabControl, 
           [boolean first])

Run On

Client

Parameters

  • show
    Type: boolean
    A Boolean value that indicates whether the tree is to be expanded.
  • first
    Type: boolean
    A Boolean value that indicates whether it is the first node.

See Also

Reference

RetailConnTableDistributionTree Class