Version

PivotHeaderCell Class Members

The following tables list the members exposed by PivotHeaderCell.

Public Properties
 NameDescription
Public PropertyChildrenGets a list of children cell.  
Public PropertyColumnGets or sets the PivotColumnBase that the PivotCellBase represents. (Inherited from Infragistics.Controls.Grids.PivotCellBase)
Public PropertyColumnSpanGets or sets the column span that the cell occupies.  
Public PropertyControlGets or sets the PivotGridCellControlBase that is attached to the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public PropertyGridGets or sets the XamPivotGrid that owns the PivotGridCellBase object. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public PropertyIsExpandedGets or sets a value indicating whether this instance is expanded.  
Public PropertyIsSelectedGets or sets a value indicating whether a cell is currently selected.  
Public PropertyIsToggleVisibleGets or sets a value indicating whether this instance is toggle visible.  
Public PropertyIsTotalVisibleGets or sets a value indicating whether the total text block is visible.  
Public PropertyMemberGets or sets the member  
Public PropertyParentCellGets the parent cell.  
Public PropertyRowGets or sets the PivotRowBase that owns the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotCellBase)
Public PropertyRowSpanGets or sets the row span that the cell occupies.  
Public PropertyStyleGets or sets the Style that will be used for all PivotGridCellControlBase objects. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected PropertyAxisProviderGets the AxisProvider object.  
Protected PropertyAxisSpanGets the span of the cell in the axis.  
Protected Internal PropertyGridLayoutGets the GridLayout that owns the PivotGridCellBase object. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal PropertyHeaderTemplatesGets the collection of HeaderTemplate object which will be used for header cells.  
Protected Internal PropertyIsDirty (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal PropertyMouseOverStateGets the string that should be used for the "MouseOver" Visual State of the PivotGridCellControlBase. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal PropertyNormalStateGets the string that should be used for the "Normal" Visual State of the PivotGridCellControlBase. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected PropertyRecyclingElementType (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected PropertyResolveStyleGets the Style that should be applied to the PivotGridCellControlBase when it's attached. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public Methods
 NameDescription
Public MethodToStringReturns a member's caption that represents this instance.  
Protected Methods
 NameDescription
Protected Internal MethodApplyStyleApplies the resolved style of a Cell to it's PivotGridCellControlBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodCreateInstanceOfRecyclingElement (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodEnsureCurrentStateOverridden. Ensures that PivotHeaderCell is in the correct state.  
Protected Internal MethodGetDesiredSizeReturns desired size of the cell (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal MethodHandleKeyDownShould be handled by a derived class so that a cell can determine what to do with the given keyboard action. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal MethodOnCellClickOverridden. Invoked when a cell is clicked.  
Protected Internal MethodOnCellDoubleClickInvoked when a cell is double clicked. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal MethodOnCellDraggingInvoked when dragging the mouse over a cell. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal MethodOnCellMouseDownInvoked when a cell is clicked. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected Internal MethodOnCellMouseMoveExecuted when the mouse moves over a cell. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodOnElementAttachedCalled when the PivotGridCellControlBase is attached to the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodOnElementReleasedCalled when the PivotGridCellControlBase is removed from the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodOnMouseEnterCalled before the MouseEnter event is fired.  
Protected Internal MethodOnMouseLeaveCalled before the MouseLeave event is fired.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodSetSelectedSets the selected state of an item.  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
See Also