Version

HierarchyExpansionMode Enumeration

Specifies the expansion behavior of the header nodes when in given area are added multiple hierarchies. This beahvior is applied in the conjunction with the expansion state of FilterMembers related to given Infragistics.Olap.Data.IHierarchy.
Syntax
'Declaration
 
Public Enum HierarchyExpansionMode 
   Inherits System.Enum
public enum HierarchyExpansionMode : System.Enum 
Members
MemberDescription
ExpandAllSpecifies that the nodes of all hierarchies should be syncronized with the expansion state of FilterMembers created over that hierarchy.
ExpandTopMostOnlySpecifies that only the nodes related the top most Infragistics.Olap.Data.IHierarchy should be syncronized with the expansion state of FilterMembers created over that hierarchy.
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