Version

PivotRowBase Class Members

The following tables list the members exposed by PivotRowBase.

Public Properties
 NameDescription
Public PropertyAllowSelectionGets a value indicating whether selection will be allowed on the PivotRowBase.  
Public PropertyControlGets or sets the PivotCellsPanel that is attached to the PivotRowBase  
Public PropertyGridLayoutGets the GridLayout that is associated with this object.  
Public PropertyHeightGets or sets the row's height.  
Public PropertyHeightInternal  
Public PropertyIsActiveGets or sets a value indicating whether or not a cell is the PivotRowBase is active.  
Public PropertyIsMouseOverGets or sets a value indicating whether or not the Mouse is currently over the PivotRowBase  
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected Internal PropertyResolveRowHoverGets whether the entire row or just the individual cell should be hovered when the mouse is over a cell.  
Protected Internal PropertyVisibleCellsGets a list of cells that are visible.  
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates a new instance of the PivotCellsPanel. Note: this method is only meant to be invoked via the RecyclingManager.  
Protected MethodOnElementAttachedOverridden. Called when the PivotCellsPanel is attached to the PivotRowBase  
Protected MethodOnElementReleasedOverridden. Called when the PivotCellsPanel is removed from the PivotRowBase  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotCellsPanel>)
See Also