Version

PivotRowHeaderCell Class Members

The following tables list the members exposed by PivotRowHeaderCell.

Public Constructors
 NameDescription
Public ConstructorPivotRowHeaderCell Constructor  
Public Properties
 NameDescription
Public PropertyChildrenGets a list of children cell. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
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. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
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. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyIsSelectedGets or sets a value indicating whether a cell is currently selected. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyIsToggleVisibleGets or sets a value indicating whether this instance is toggle visible. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyIsTotalVisibleGets or sets a value indicating whether the total text block is visible. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyMemberGets or sets the member (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyParentCellGets the parent cell. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public PropertyRealRowGets the real row.  
Public PropertyRealRowSpanGets the real row span.  
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. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
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 PropertyAxisProviderOverridden. Gets the RowAxisProvider object.  
Protected PropertyAxisSpanOverridden. Gets the column 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 PropertyHeaderTemplatesOverridden. Gets the collection of HeaderTemplate object which will be used for row 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 PropertyRecyclingElementTypeOverridden. Gets the Type of control that should be created for the PivotRowHeaderCell.  
Protected PropertyRecyclingIdentifier (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected PropertyResolveStyleOverridden. Gets the Style that should be applied to the PivotRowHeaderCellControl when it's attached.  
Public Methods
 NameDescription
Public MethodToStringReturns a member's caption that represents this instance. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected Methods
 NameDescription
Protected Internal MethodApplyStyleApplies the resolved style of a Cell to it's PivotGridCellControlBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Protected MethodCreateInstanceOfRecyclingElementOverridden. Creates a new instance of the PivotHeaderCellControl that represents the object.  
Protected Internal MethodEnsureCurrentStateOverridden. Ensures that PivotHeaderCell is in the correct state.  
Protected Internal MethodGetDesiredSizeOverridden.   
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 MethodOnCellClickInvoked when a cell is clicked. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected Internal MethodOnCellDoubleClickOverridden. Invoked when a cell is double clicked.  
Protected Internal MethodOnCellDraggingOverridden. Invoked when dragging the mouse over a cell.  
Protected Internal MethodOnCellMouseDownOverridden. Invoked when a cell is clicked.  
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. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected Internal MethodOnMouseLeaveCalled before the MouseLeave event is fired. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodSetSelectedSets the selected state of an item. (Inherited from Infragistics.Controls.Grids.PivotHeaderCell)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
See Also