Version

ItemTypes Enumeration

Enumeration of different type of meta items that HierarchicalItem can represents.
Syntax
'Declaration
 
Public Enum ItemTypes 
   Inherits System.Enum
public enum ItemTypes : System.Enum 
Members
MemberDescription
CubeDisplays the Infragistics.Olap.Data.ICube items.
DimensionDisplays dimmension of the cube.
GroupDisplays group of items.
KpiRepresents a KPIs node.
KpiGoalRepresents the Goal member of KPI item.
KpiRootRepresents the KPIs root node.
KpiStatusRepresents the Status member of KPI item.
KpiTrendRepresents the Trend member of KPI item.
KpiValueRepresents the Value member of KPI item.
KpiWeightRepresents the Weight member of KPI item.
Level1Displays Infragistics.Olap.Data.ILevel items on specified level.
Level2Displays Infragistics.Olap.Data.ILevel items on specified level.
Level3Displays Infragistics.Olap.Data.ILevel items on specified level.
Level4Displays Infragistics.Olap.Data.ILevel items on specified level.
Level5Displays Infragistics.Olap.Data.ILevel items on specified level.
MeasureDisplays Infragistics.Olap.Data.IMeasure items.
ParentChildHierarchyDisplays HierarchyOrigin.SystemInternal items.
SystemEnabledHierarchyDisplays HierarchyOrigin.SystemEnabled items.
UserDefinedHierarchyDisplays HierarchyOrigin.UserDefined items.
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