ExpressionEditorCreatedEventArgsBase.ExpressionEditorControl Property
Gets the Expression Editor in Standard mode.
Namespace: DevExpress.Xpf.Editors.ExpressionEditor
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ExpressionEditorControl | The expression editor that works in standard mode. |
Remarks
Refer to the Expression Editor Modes topic to learn more.
See Also