Skip to main content
All docs
V26.1
  • ExpressionEditorHelper.ShowExpressionEditor(Window, ExpressionEditorCreatedEventArgsBase, ExpressionEditorDialogClosedDelegate, FrameworkElement) Method

    For internal use.

    Namespace: DevExpress.Xpf.Editors.ExpressionEditor.Native

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

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

    Parameters

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

    Optional Parameters

    Name Type Default
    rootElement FrameworkElement null

    Remarks

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

    See Also