Version

ParentInFront Property (FilterViewModelBase)

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

Property Value

true if parent is in front of children; otherwise, false.
Remarks
If ParentInFront 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 ParentInFront is false, the query set sorts the members in a level using a post-natural order. In other words, child members precede their parents.
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