Version

DisplayMode Method

if showWithAncestorsAndDescendants show child records(if any) - even if child records don't match filtering conditions. If showWithAncestors show only those records that match filtering conditions(and their parent records) and do not show child records(if any) that don't match filtering conditions
Syntax
'Declaration
 
Public Function DisplayMode( _
   ByVal displayMode As TreeGridFilteringDisplayMode _
) As TreeGridFilteringWrapper

Parameters

displayMode
Requirements

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

View on GitHub