Version

ParentInFrontForRows Property (DataSourceBase)

Gets or sets a value indicating whether parent for rows is in front of children.
Syntax
'Declaration
 
Public Overridable Property ParentInFrontForRows As Boolean
public virtual bool ParentInFrontForRows {get; set;}

Property Value

true if parent is in front of children; otherwise, false.
Remarks
If ParentInFrontForRows is true, the query set sorts members in a level in their natural order. Their natural order is the default ordering of the members along the hierarchy when no other sort conditions are specified. Child members immediately follow their parent members.
If ParentInFrontForRows is false, the query set sorts the members in a level using a post-natural order. In other words, child members precede their parents. The default value is true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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