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

ExpressionEditorHelper.ShowExpressionEditor(ExpressionEditorCreatedEventArgsBase, ExpressionEditorDialogClosedDelegate, FrameworkElement) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Editors.ExpressionEditor.Native

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static void ShowExpressionEditor(
    ExpressionEditorCreatedEventArgsBase args,
    ExpressionEditorDialogClosedDelegate closedHandler,
    FrameworkElement rootElement = null
)

Parameters

Name Type
args ExpressionEditorCreatedEventArgsBase
closedHandler DevExpress.Xpf.Editors.ExpressionEditor.Native.ExpressionEditorDialogClosedDelegate

Optional Parameters

Name Type Default
rootElement FrameworkElement *null*
See Also