The following tables list the members exposed by PivotGridLayout.
Name | Description | |
---|---|---|
PivotGridLayout Constructor | Initializes a new instance of the PivotGridLayout class. |
Name | Description | |
---|---|---|
ColumnHeaderCells | Gets the list of all PivotColumnHeaderCell in PivotColumnsPanel. | |
ColumnHeaderCellsProvider | Gets the ColumnAxisProvider that exposes methods for dealing with PivotColumnHeaderCell in PivotColumnsPanel. | |
Columns | Gets a reference to the PivotDataColumnCollection of this object. | |
EmptyPivotCell | Gets the empty pivot cell. | |
IsColumnDimensionSelected | Gets a value indicating whether there is a selected dimension in columns. | |
IsMeasureSelected | Gets a value indicating whether there is a selected measure. | |
IsRowDimensionSelected | Gets a value indicating whether there is a selected dimension in rows. | |
PrivateColumnsForRowPanel | Gets the collection of PivotHeaderColumn which are used in row panel. | |
PrivateRowsForColumnPanel | Gets the collection of PivotHeaderRow which are used in column panel. | |
RowHeaderCells | Gets the list of all PivotRowHeaderCell in PivotRowsPanel. | |
RowHeaderCellsProvider | Gets the RowAxisProvider that exposes methods for dealing with PivotRowHeaderCell in PivotRowsPanel. | |
Rows | Gets a reference to the PivotDataRowCollection of this object. | |
RowsDataAreaPanel | ||
VisibleColumnsHeaderCells | Gets the cells which are visible in PivotColumnsPanel. Those are the the cell with header information. | |
VisibleRowsHeaderCells | Gets the cells which are visible in PivotRowsPanel. Those are the the cell with header information. |
Name | Description | |
---|---|---|
RowsHeaderAreaWidth | Gets the width of the rows header area. | |
ScrollInfo | Gets a reference to the ScrollInfo object that relates to the PivotScrollPanel |
Name | Description | |
---|---|---|
CorrectLastRowHeaderColumnWidth | ||
CreateColumnAxisProvider | Creates the column axis provider. | |
CreateRowAxisProvider | Creates the row axis provider. | |
GetRealColumnStartIndex | Gets the start index of the real column. | |
GetRealRowStartIndex | Gets the start index of the real row. | |
InitializeLayout | Initializes the layout. | |
OnCreateView | Called when the View is about to create | |
OnInitView | Called when the View is about to init. | |
UpdateColumnRealScollIndexies | Updates the column real scoll indexies. | |
UpdateRowRealScollIndexies | Updates the row real scoll indexies. |