Version

PivotGridCommandType Enumeration

An enumeration of available commands for the XamPivotGrid object.
Syntax
'Declaration
 
Public Enum PivotGridCommandType 
   Inherits System.Enum
public enum PivotGridCommandType : System.Enum 
Members
MemberDescription
HideAxisHides column or row.
LoadCubesValue shows that the cubes in the XamPivotGrid will be loaded.
MultiDimensionalValue that shows that the data will be received form multi dimensional data source
NeedChangeSourceChanged the selected cube.
PivotChangedPivot changed (test)
PivotGridValue shows that the data in the XamPivotGrid will be pivot.
RefreshGridValue shows that the data in the XamPivotGrid will be refreshed.
RefreshGridImmediatelyValue shows that the data in the XamPivotGrid will be refreshed.
RemoveColumnsValue shows that the column will be removed from XamPivotGrid.
RemoveFilterCellRemove filter cell
RemoveMeasuresValue shows that the measure will be removed from XamPivotGrid.
RemoveRowsValue shows that the row will be removed from XamPivotGrid.
RequestMembersValue shows that the membre will be requested from XamPivotGrid.
SortAxisMemberSort the axis member.
SwitchAxisMemberSwitches the axis member.
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