Version

RowsView Class Members

The following tables list the members exposed by RowsView.

Public Constructors
 NameDescription
Public ConstructorRowsView ConstructorInitializes a new instance of the RowsView class.  
Public Properties
 NameDescription
Public PropertyColumnChooserGets an instance of HiddenAxisChooser. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyColumnsHeaderPanelGets an instance of PivotColumnsPanel. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyDataRowsPanelGets an instance of PivotDataRowsPanel. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyFieldChooserPanelGets an instance of View.FieldChooserPanel. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyGridGets an instance of XamPivotGrid. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyGridLayoutGets an instance of grid layout. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyPanelGets an instance of PivotGridPanel. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyRowChooserGets an instance of HiddenAxisChooser. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public PropertyRowsHeaderPanelGets an instance of PivotRowsPanel. which is applied through the XamPivotGrid's Control Template. (Inherited from Infragistics.Controls.Grids.View)
Public Methods
 NameDescription
Public MethodInitViewOverridden. Gets or sets the panel in which the rendering is done.  
Protected Methods
 NameDescription
Protected Internal MethodArrangeOverridden. Arranges the the PivotGridPanel in default view without respect of grouping columns or rows.  
Protected Internal MethodCreateColumnHeaderCellCreates the instance for column header cell. (Inherited from Infragistics.Controls.Grids.View)
Protected Internal MethodCreateRowHeaderCellCreates the instance for row header cell. (Inherited from Infragistics.Controls.Grids.View)
Protected Internal MethodDataRowCreateInstanceOfRecyclingElementOverridden. Creates a new instance of the System.Windows.FrameworkElement that represents the object.  
Protected Internal MethodDataRowRecyclingElementTypeOverridden. Gets the Type of control that should be created for the RowsView.  
Protected MethodEstimateSharedColumnWidthOverridden. Estimates the width of the shared column.  
Protected Internal MethodMeasureOverridden. Provides the behavior for the "measure" pass of the PivotGridPanel.  
See Also