Version

PivotHeaderRow Class Members

The following tables list the members exposed by PivotHeaderRow.

Public Constructors
 NameDescription
Public ConstructorPivotHeaderRow ConstructorInitializes a new instance of the PivotHeaderRow class.  
Public Properties
 NameDescription
Public PropertyAllowSelectionGets a value indicating whether selection will be allowed on the PivotRowBase. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyControlGets or sets the PivotCellsPanel that is attached to the PivotRowBase (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyGridLayoutGets the PivotRowBase.GridLayout that is associated with this object. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyHeightGets or sets the row's height. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyHeightInternal (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyIsActiveGets or sets a value indicating whether or not a cell is the PivotRowBase is active. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Public PropertyIsMouseOverGets or sets a value indicating whether or not the Mouse is currently over the PivotRowBase (Inherited from Infragistics.Controls.Grids.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. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Protected Internal PropertyVisibleCellsGets a list of cells that are visible. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Protected Methods
 NameDescription
Protected MethodCreateInstanceOfRecyclingElementCreates a new instance of the PivotCellsPanel. Note: this method is only meant to be invoked via the RecyclingManager. (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Protected MethodOnElementAttachedCalled when the PivotCellsPanel is attached to the PivotRowBase (Inherited from Infragistics.Controls.Grids.PivotRowBase)
Protected MethodOnElementReleasedCalled when the PivotCellsPanel is removed from the PivotRowBase (Inherited from Infragistics.Controls.Grids.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