Version

SpecialFilterOperandCommand Class Members

The following tables list the members exposed by SpecialFilterOperandCommand.

Public Constructors
Public Properties
 NameDescription
Public PropertyComparisonOperatorReturns or sets the operator to be used when changing the condition.  
Public PropertyOperandNameReturns or sets the name of the special filter operand.  
Public PropertyShowCustomFilterDialogReturns or sets a boolean indicating whether to show the custom dialog with the new condition. (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
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. (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
Protected MethodExecuteUsed to invoke the command for the specified Field and RecordManager (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
Protected MethodGetConditionOverridden. Used 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 (Inherited from Infragistics.Windows.DataPresenter.RecordFilterCommandBase)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also