Version

DisplayMode Property (TreeGridFiltering)

if displayMode is showWithAncestorsAndDescendants - even if child records don't match filtering conditions. If displayMode is showWithAncestors show only those records that match filtering conditions and do not show child records(if any) that don't match filtering conditions
Syntax
'Declaration
 
Public Property DisplayMode As System.Nullable(Of TreeGridFilteringDisplayMode)
public System.Nullable<TreeGridFilteringDisplayMode> DisplayMode {get; set;}
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