Version

PivotCell Class Members

The following tables list the members exposed by PivotCell.

Public Constructors
 NameDescription
Public ConstructorPivotCell Constructor  
Public Properties
 NameDescription
Public PropertyColumnGets or sets the PivotColumnBase that the PivotCellBase represents. (Inherited from Infragistics.Controls.Grids.PivotCellBase)
Public PropertyControlGets or sets the PivotGridCellControlBase that is attached to the PivotCellBase (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public PropertyDataGets or sets the underlying data  
Public PropertyDataColumnGets the DataColumn that owns the PivotCell  
Public PropertyDataRowGets the DataRow that owns the PivotCell  
Public PropertyFormatStringGets or sets the format string that will be applied to the cell value.  
Public PropertyGridGets or sets the XamPivotGrid that owns the PivotGridCellBase object. (Inherited from Infragistics.Controls.Grids.PivotGridCellBase)
Public PropertyIsActiveGets or sets a value indicating whether a cell is the ActiveCell in the XamPivotGrid  
Public PropertyIsSelectedGets or sets a value indicating whether a cell is currently selected.  
Public PropertyRowGets or sets the PivotRowBase that owns the PivotCellBase (Inherited from Infragistics.Controls.Grids.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 PropertyResolveStyleOverridden. Gets the Style that should be applied to the PivotCellControl when it's attached.  
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 System.Windows.FrameworkElement that represents the object.  
Protected Internal MethodEnsureCurrentStateOverridden. Ensures that PivotCell is in the correct state.  
Protected Internal MethodGetDesiredSizeOverridden.   
Protected Internal MethodHandleKeyDownOverridden. Should be handled by a derived class so that a cell can determine what to do with the given keyboard action.  
Protected Internal MethodOnCellClickOverridden. Invoked when a cell is clicked.  
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 MethodOnElementReleasingOverridden. Called when element is about releasing.  
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