ExpressionEditorCreatedEventArgsBase.ExpressionEditorControl Property
In This Article
Gets the Expression Editor in Standard mode.
Namespace: DevExpress.Xpf.Editors.ExpressionEditor
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public virtual ExpressionEditorControl ExpressionEditorControl { get; }
#Property Value
Type | Description |
---|---|
Expression |
The expression editor that works in standard mode. |
#Remarks
Refer to the Expression Editor Modes topic to learn more.
See Also