Version

CellBase Class Methods

For a list of all members of this type, see CellBase members.

Public Methods
 NameDescription
Public MethodRefreshRefreshes the content of the cell.  
Protected Methods
 NameDescription
Protected Internal MethodApplyStyleApplies the resolved style of a Cell to it's Infragistics.Controls.Grids.Primitives.CellControlBase  
Protected MethodCreateInstanceOfRecyclingElement (Inherited from Infragistics.RecyclingContainer<CellControlBase>)
Protected MethodCreateRecyclingIdentifierCreates a recycling identifier with which can be used for identifying a recyclable element.  
Protected Internal MethodEditorValueChangedMethod called when the editor of the column registers a value changed.  
Protected Internal MethodEnsureCurrentStateEnsures that CellBase is in the correct state.  
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 Internal MethodOnCellMouseUpExecuted when the mouse up happens on a cell.  
Protected MethodOnElementAttachedOverridden. Called when the Infragistics.Controls.Grids.Primitives.CellControlBase is attached to the CellBase  
Protected MethodOnElementReleasedOverridden. Called when the Infragistics.Controls.Grids.Primitives.CellControlBase is removed from the CellBase  
Protected MethodOnElementReleasingOverridden. Invoked when a Infragistics.Controls.Grids.Primitives.CellControlBase is being released from an object.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecyclingContainer<CellControlBase>)
Protected Internal MethodSetSelectedSets the selected state of an item.  
See Also