Version

RecordFilterCommandBase Class Members

The following tables list the members exposed by RecordFilterCommandBase.

Public Properties
 NameDescription
Public PropertyShowCustomFilterDialogReturns or sets a boolean indicating whether to show the custom dialog with the new condition.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodCanExecuteUsed to determine if the commmand may be executed for the specified field and recordmanager.  
Protected MethodExecuteUsed to invoke the command for the specified Field and RecordManager  
Protected MethodGetConditionUsed to obtain the condition that will be used to update the record filter for the field  
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T>Used to change the value of a field and raise the  
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also