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

ExpressionEditorControl.GetEditor(DependencyObject) Method

Gets the value of the ExpressionEditorControl.Editor attached property.

Namespace: DevExpress.Xpf.ExpressionEditor

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

Declaration

public static ExpressionEditorControl GetEditor(
    DependencyObject d
)

Parameters

Name Type
d DependencyObject

Returns

Type
ExpressionEditorControl
See Also