Version

AllRowsFilteredOutExpansionIndicatorBehavior Enumeration

Enum used for determing whether expansion indicators are shown in the case where all of the child rows of the row are filtered out.
Syntax
'Declaration
 
Public Enum AllRowsFilteredOutExpansionIndicatorBehavior 
   Inherits System.Enum
public enum AllRowsFilteredOutExpansionIndicatorBehavior : System.Enum 
Members
MemberDescription
DefaultThe Default (un-set) value
ShowWhenAllRowsAreFilteredOutWhen all child rows are filtered out, the row will show an expansion indicator regardless of whether or not the filter UI is enabled for that row.
ShowWhenAllRowsAreFilteredOutAndFilterUIEnabledWhen all child rows are filtered out, the row will show an expansion indicator only if the filter ui is enabled for at least one column of the row.
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