ExpressionEditorContext Properties
Enables customization of the Expression Editor.| Name | Description |
|---|---|
| AutoCompleteItemsProvider | Specifies an object providing a list of items suggested for automatic completion in the Expression Editor. |
| ColorProvider | Specifies an object providing a color scheme for painting expression elements in the Expression Editor. |
| ColumnDynamicProvider | Specifies an object that provides information about columns which becomes available only at runtime (as is the case with recurrent data fields in a report’s XtraReportBase.DataSource). |
| Columns | Provides access to the collection of data columns available in the Expression Editor. |
| Constants | Provides access to the collection of static constants available in the Expression Editor. |
| CriteriaOperatorValidatorProvider | Specifies the object that enables you to access the criteria validator assigned to an Expression Editor. |
| Default static | Provides access to the default ExpressionEditorContext instance. |
| Functions | Provides access to the collection of functions available in the Expression Editor. |
| Operators | Provides access to the collection of operators available in the Expression Editor. |
| OptionsBehavior | Gets an object providing additional customization settings for the Expression Editor. |
| Parameters | Provides access to the collection of parameters available in the Expression Editor. |
| UseRichDocumentation static | Specifies whether or not the Expression Editor should use the rich text control for operators, functions, and constant descriptions. |
See Also