Version

PivotCellBase Class Members

The following tables list the members exposed by PivotCellBase.

Public Properties
 NameDescription
Public PropertyColumnGets or sets the PivotColumnBase that the PivotCellBase represents.  
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 PropertyRowGets or sets the PivotRowBase that owns the PivotCellBase  
Public PropertyStyleGets or sets the PivotGridCellBase.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 Internal PropertyGridLayoutGets the PivotGridCellBase.GridLayout that owns the PivotGridCellBase object. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
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)
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 MethodEnsureCurrentStateEnsures that PivotGridCellBase is in the correct state. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
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 MethodOnCellClickInvoked when a cell is clicked. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
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 MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.RecyclingContainer<PivotGridCellControlBase>)
See Also