Version

PivotGridCellBase Class Members

The following tables list the members exposed by PivotGridCellBase.

Public Properties
 NameDescription
Public PropertyControlGets or sets the PivotGridCellControlBase that is attached to the PivotCellBase  
Public PropertyGridGets or sets the XamPivotGrid that owns the PivotGridCellBase object.  
Public PropertyStyleGets or sets the Style that will be used for all PivotGridCellControlBase objects.  
Protected Properties
 NameDescription
Protected PropertyAttachedElement (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal PropertyGridLayoutGets the GridLayout that owns the PivotGridCellBase object.  
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.  
Protected Internal PropertyNormalStateGets the string that should be used for the "Normal" Visual State of the PivotGridCellControlBase.  
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.  
Protected Methods
 NameDescription
Protected Internal MethodApplyStyleApplies the resolved style of a Cell to it's PivotGridCellControlBase  
Protected MethodCreateInstanceOfRecyclingElement (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected Internal MethodEnsureCurrentStateEnsures that PivotGridCellBase is in the correct state.  
Protected Internal MethodGetDesiredSizeReturns desired size of the cell  
Protected Internal MethodHandleKeyDownShould be handled by a derived class so that a cell can determine what to do with the given keyboard action.  
Protected Internal MethodOnCellClickInvoked when a cell is clicked.  
Protected Internal MethodOnCellDoubleClickInvoked when a cell is double clicked.  
Protected Internal MethodOnCellDraggingInvoked when dragging the mouse over a cell.  
Protected Internal MethodOnCellMouseDownInvoked when a cell is clicked.  
Protected Internal MethodOnCellMouseMoveExecuted when the mouse moves over a cell.  
Protected MethodOnElementAttachedOverridden. Called when the PivotGridCellControlBase is attached to the PivotCellBase  
Protected MethodOnElementReleasedOverridden. Called when the PivotGridCellControlBase is removed from the PivotCellBase  
Protected MethodOnElementReleasing (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
See Also