ExpressionEditorHelper.ShowExpressionEditor(Control, FrameworkElement, DialogClosedDelegate) Method
In This Article
For internal use.
Namespace: DevExpress.Xpf.Editors.ExpressionEditor.Native
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static FloatingContainer ShowExpressionEditor(
Control expressionEditorControl,
FrameworkElement rootElement,
DialogClosedDelegate closedHandler
)
#Parameters
Name | Type |
---|---|
expression |
Control |
root |
Framework |
closed |
DevExpress. |
#Returns
Type |
---|
Floating |
#Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also