Version

FilterCell Class Members

The following tables list the members exposed by FilterCell.

Public Properties
 NameDescription
Public PropertyConvertedValueGets/sets the converted value of the cell. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyDataErrorReturns the field data error as indicated by the underlying data item's IDataErrorInfo implementation. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyDataPresenterReturns the associated DataPresenterBase (read-only) (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyEditAsTypeGets/sets a type that will be used to edit the data while in edit mode. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyEditorStyleThe style for the Infragistics.Windows.Editors.ValueEditor used within this cell (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyEditorTypeThe type for the Infragistics.Windows.Editors.ValueEditor used within this cell (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyFieldReturns the associated Field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyHasActiveFiltersReturns true if there are active filters.  
Public PropertyHasDataErrorIndicates if the cell has a data error as indicated by the underlying data item's IDataErrorInfo implementation. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsActiveGets/sets whether this cell is set as the DataPresenterBase's DataPresenterBase.ActiveCell (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsDataChangedReturns true if the cell data has been edited and have not yet been commited to the data source. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsEnabledDetermines if this cell is enabled. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsEnabledResolvedReturns true only if the cell is enabled (read-only) (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsInEditModeReturns true if the cell is in edit mode. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsSelectedGets/sets whether the cell is selected. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsTabStopDetermines if this cell can be entered via keyboard. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsTabStopResolvedReturns true only if the cell can be navigated to via the keyboard (read-only) (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyIsUnboundReturns true if this is an UnboundField (read-only) (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyRecordReturns the associated filter record.  
Public PropertyRecordFilterReturns the associated RecordFilter instance. If none is allocated, allocates one.  
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public PropertyValueGets/sets the value of the cell. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodClearActiveFiltersClears all active filters  
Public MethodEndEditModeEnds edit mode for this cell accepting any changes made while in edit mode. (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public MethodRefreshValueGets the cell's value and updates the display if the cell is in view (Inherited from Infragistics.Windows.DataPresenter.Cell)
Public MethodSetEditorSettingsUsed for specifying cell's Cell.EditorType, Cell.EditorStyle and Cell.EditAsType properties. (Inherited from Infragistics.Windows.DataPresenter.Cell)
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