A newer version of this page is available.
Switch to the current version.
IExpressionEditorView Interface
If implemented, provides the View functionality to an Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v18.2.dll
Declaration
public interface IExpressionEditorView :
IView<IExpressionEditorPresenter>
Public Interface IExpressionEditorView
Inherits IView(Of IExpressionEditorPresenter)
Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
See Also
Feedback