Version

Cell Class Members

The following tables list the members exposed by Cell.

Public Properties
 NameDescription
Public PropertyConvertedValueGets/sets the converted value of the cell.  
Public PropertyDataErrorReturns the field data error as indicated by the underlying data item's IDataErrorInfo implementation.  
Public PropertyDataPresenterReturns the associated DataPresenterBase (read-only)  
Public PropertyEditAsTypeGets/sets a type that will be used to edit the data while in edit mode.  
Public PropertyEditorStyleThe style for the Infragistics.Windows.Editors.ValueEditor used within this cell  
Public PropertyEditorTypeThe type for the Infragistics.Windows.Editors.ValueEditor used within this cell  
Public PropertyFieldReturns the associated Field (read-only)  
Public PropertyHasDataErrorIndicates if the cell has a data error as indicated by the underlying data item's IDataErrorInfo implementation.  
Public PropertyIsActiveGets/sets whether this cell is set as the DataPresenterBase's DataPresenterBase.ActiveCell  
Public PropertyIsDataChangedReturns true if the cell data has been edited and have not yet been commited to the data source.  
Public PropertyIsEnabledDetermines if this cell is enabled.  
Public PropertyIsEnabledResolvedReturns true only if the cell is enabled (read-only)  
Public PropertyIsInEditModeReturns true if the cell is in edit mode.  
Public PropertyIsSelectedGets/sets whether the cell is selected.  
Public PropertyIsTabStopDetermines if this cell can be entered via keyboard.  
Public PropertyIsTabStopResolvedReturns true only if the cell can be navigated to via the keyboard (read-only)  
Public PropertyIsUnboundReturns true if this is an UnboundField (read-only)  
Public PropertyRecordReturns the associated DataRecord (read-only)  
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object.  
Public PropertyValueGets/sets the value of the cell.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodEndEditModeEnds edit mode for this cell accepting any changes made while in edit mode.  
Public MethodRefreshValueGets the cell's value and updates the display if the cell is in view  
Public MethodSetEditorSettingsUsed for specifying cell's EditorType, EditorStyle and EditAsType properties.  
Public MethodToStringReturns a string representation of the object  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also