Version

PivotPartType Enumeration

Describes the different area types of the XamPivotGrid and XamPivotDataSelector controls. This enumeration is used in order to different parts of XamPivotGrid and XamPivotDataSelector to be recognizable by their functional purpose. The XamPivotGrid control exposes the XamPivotGrid.PivotPartTypeProperty attached property that is set on different areas.
Syntax
'Declaration
 
Public Enum PivotPartType 
   Inherits System.Enum
public enum PivotPartType : System.Enum 
Members
MemberDescription
ColumnsColumns area part.
DeleteAreaIdentifies delete area parts.
FiltersIdentifies filters area parts.
MeasuresIdentifies selected measures area parts.
NoneDefault part type for all components where XamPivotGrid.PivotPartTypeProperty is not set.
RowsIdentifies rows area parts.
Remarks
This enumeration is used in order to different parts of XamPivotGrid and XamPivotDataSelector to be recognizable by their functional purpose. The XamPivotGrid control exposes the XamPivotGrid.PivotPartTypeProperty attached property that is set on different areas.
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