Version

PivotGridLayout Class Members

The following tables list the members exposed by PivotGridLayout.

Public Constructors
 NameDescription
Public ConstructorPivotGridLayout ConstructorInitializes a new instance of the PivotGridLayout class.  
Public Properties
 NameDescription
Public PropertyColumnHeaderCellsGets the list of all PivotColumnHeaderCell in PivotColumnsPanel.  
Public PropertyColumnHeaderCellsProviderGets the ColumnAxisProvider that exposes methods for dealing with PivotColumnHeaderCell in PivotColumnsPanel.  
Public PropertyColumnsGets a reference to the PivotDataColumnCollection of this object.  
Public PropertyEmptyPivotCellGets the empty pivot cell.  
Public PropertyIsColumnDimensionSelectedGets a value indicating whether there is a selected dimension in columns.  
Public PropertyIsMeasureSelectedGets a value indicating whether there is a selected measure.  
Public PropertyIsRowDimensionSelectedGets a value indicating whether there is a selected dimension in rows.  
Public PropertyPrivateColumnsForRowPanelGets the collection of PivotHeaderColumn which are used in row panel.  
Public PropertyPrivateRowsForColumnPanelGets the collection of PivotHeaderRow which are used in column panel.  
Public PropertyRowHeaderCellsGets the list of all PivotRowHeaderCell in PivotRowsPanel.  
Public PropertyRowHeaderCellsProviderGets the RowAxisProvider that exposes methods for dealing with PivotRowHeaderCell in PivotRowsPanel.  
Public PropertyRowsGets a reference to the PivotDataRowCollection of this object.  
Public PropertyRowsDataAreaPanel  
Public PropertyVisibleColumnsHeaderCellsGets the cells which are visible in PivotColumnsPanel. Those are the the cell with header information.  
Public PropertyVisibleRowsHeaderCellsGets the cells which are visible in PivotRowsPanel. Those are the the cell with header information.  
Protected Properties
 NameDescription
Protected Internal PropertyRowsHeaderAreaWidthGets the width of the rows header area.  
Protected PropertyScrollInfoGets a reference to the ScrollInfo object that relates to the PivotScrollPanel  
Protected Methods
 NameDescription
Protected Internal MethodCorrectLastRowHeaderColumnWidth  
Protected MethodCreateColumnAxisProviderCreates the column axis provider.  
Protected MethodCreateRowAxisProviderCreates the row axis provider.  
Protected Internal MethodGetRealColumnStartIndexGets the start index of the real column.  
Protected Internal MethodGetRealRowStartIndexGets the start index of the real row.  
Protected Internal MethodInitializeLayoutInitializes the layout.  
Protected Internal MethodOnCreateViewCalled when the View is about to create  
Protected Internal MethodOnInitViewCalled when the View is about to init.  
Protected Internal MethodUpdateColumnRealScollIndexiesUpdates the column real scoll indexies.  
Protected Internal MethodUpdateRowRealScollIndexiesUpdates the row real scoll indexies.  
See Also