Version

ShowBandNodes Property

Gets/sets whether nodes are created to represent the name of a band when data bound.
Syntax
'Declaration
 
Public Property ShowBandNodes As ShowBandNodes
public ShowBandNodes ShowBandNodes {get; set;}
Remarks

ShowBandNodes determines when to insert a node into a DataBound hierarchy of nodes to represent the band. Regardless of the setting of ShowBandNode, band nodes will always be created to separate siblling bands. In a case where a child band has no siblings, a band node will be created for it if ShowBandNodes is set to ShowBandNodes.Always.

Note: ShowBandNodes will not ariticially create nodes at the root level of the binding (i.e. the control-level or on the nodes collection whose SetDataBinding method was called).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also