Back to Devexpress

IExpressionEditorView Interface

corelibraries-devexpress-dot-data-dot-controls-dot-expressioneditor-10a98f13.md

latest1.4 KB
Original Source

IExpressionEditorView Interface

If implemented, provides the View functionality to an Expression Editor.

Namespace : DevExpress.Data.Controls.ExpressionEditor

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface IExpressionEditorView :
    IView<IExpressionEditorPresenter>
vb
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

IExpressionEditorView Members

IExpressionEditorPresenter

DevExpress.Data.Controls.ExpressionEditor Namespace