Version 24.2 (latest)

PivotGridLayout Class Properties

For a list of all members of this type, see PivotGridLayout members.

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  
See Also