Version

GetPivotAreaName Method

Returns the name of the pivot area to which the given item control belongs
Syntax
'Declaration
 
Protected Function GetPivotAreaName( _
   ByVal fieldControl As Infragistics.Controls.Grids.Primitives.FieldItemControl _
) As Infragistics.Controls.Grids.PivotPartType
protected Infragistics.Controls.Grids.PivotPartType GetPivotAreaName( 
   Infragistics.Controls.Grids.Primitives.FieldItemControl fieldControl
)
protected: Infragistics.Controls.Grids.PivotPartType GetPivotAreaName( 
   Infragistics.Controls.Grids.Primitives.FieldItemControl* fieldControl
) 

Parameters

fieldControl
The item control whose pivot area needs to be determined

Return Value

Name of the pivot area to which the given item control belongs
Requirements

Target Platforms: 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