ExpressionEditorHelper.ShowExpressionEditor(ExpressionEditorCreatedEventArgsBase, ExpressionEditorDialogClosedDelegate, FrameworkElement) Method
For internal use.
Namespace: DevExpress.Xpf.Editors.ExpressionEditor.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
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 |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also