[]
Represents a text filter expression with match case and match whole word properties.
public class TextExpression : OperationExpression, INotifyPropertyChanged
| Name | Description |
|---|---|
| TextExpression() |
| Name | Description |
|---|---|
| MatchCase | To know MatchCase mode is enable or not |
| MatchWholeWord | To know MatchWholeWord mode is enable or not |
| Name | Description |
|---|---|
| GetFilterExpression() | Converts the current OperationExpression to the C1.DataCollection.FilterOperationExpression. |