Skip to main content
A newer version of this page is available. .

ExpressionEditorContext Members

Enables customization of the Expression Editor.

Constructors

Name Description
ExpressionEditorContext() Initializes a new instance of the ExpressionEditorContext class with the default settings.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also