The following tables list the members exposed by Cell.
Name | Description | |
---|---|---|
![]() | ConvertedValue | Gets/sets the converted value of the cell. |
![]() | DataError | Returns the field data error as indicated by the underlying data item's IDataErrorInfo implementation. |
![]() | DataPresenter | Returns the associated DataPresenterBase (read-only) |
![]() | EditAsType | Gets/sets a type that will be used to edit the data while in edit mode. |
![]() | EditorStyle | The style for the Infragistics.Windows.Editors.ValueEditor used within this cell |
![]() | EditorType | The type for the Infragistics.Windows.Editors.ValueEditor used within this cell |
![]() | Field | Returns the associated Field (read-only) |
![]() | HasDataError | Indicates if the cell has a data error as indicated by the underlying data item's IDataErrorInfo implementation. |
![]() | IsActive | Gets/sets whether this cell is set as the DataPresenterBase's DataPresenterBase.ActiveCell |
![]() | IsDataChanged | Returns true if the cell data has been edited and have not yet been commited to the data source. |
![]() | IsEnabled | Determines if this cell is enabled. |
![]() | IsEnabledResolved | Returns true only if the cell is enabled (read-only) |
![]() | IsInEditMode | Returns true if the cell is in edit mode. |
![]() | IsSelected | Gets/sets whether the cell is selected. |
![]() | IsTabStop | Determines if this cell can be entered via keyboard. |
![]() | IsTabStopResolved | Returns true only if the cell can be navigated to via the keyboard (read-only) |
![]() | IsUnbound | Returns true if this is an UnboundField (read-only) |
![]() | Record | Returns the associated DataRecord (read-only) |
![]() | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. |
![]() | Value | Gets/sets the value of the cell. |
Name | Description | |
---|---|---|
![]() | HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
![]() | EndEditMode | Ends edit mode for this cell accepting any changes made while in edit mode. |
![]() | RefreshValue | Gets the cell's value and updates the display if the cell is in view |
![]() | SetEditorSettings | Used for specifying cell's EditorType, EditorStyle and EditAsType properties. |
![]() | ToString | Returns a string representation of the object |
Name | Description | |
---|---|---|
![]() | OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |