Name | Description | |
---|---|---|
OperationExpression Constructor |
The following tables list the members exposed by OperationExpression.
Name | Description | |
---|---|---|
OperationExpression Constructor |
Name | Description | |
---|---|---|
FilterOperation | Gets or sets the filter operation type. | |
Not | Gets or sets a value indicating the negation of the expression. (Inherited from C1.WPF.DataFilter.Expression) | |
PropertyName | Gets or sets the name of the data item property to which the expression applies. | |
Value | Gets or sets the value of the current filter expression. |
Name | Description | |
---|---|---|
GetFilterExpression | Overridden. Converts current the Expression to the C1.DataCollection.FilterExpression. | |
OnPropertyChanged | Overloaded. Raises the PropertyChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
OnValueChanged | Raises the ValueChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
SetField<T> | Compares two values of property and raises an PropertyChanged event if they are different. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
ValueChanged | Occurs when a value of current Filter changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) |