Back to Devexpress

SmartPasteEditValueChangingEventArgs.Editor Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-smartpasteeditvaluechangingeventargs-74fb469a.md

latest1.2 KB
Original Source

SmartPasteEditValueChangingEventArgs.Editor Property

Gets the editor whose value is being changed.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public BaseEdit Editor { get; }
vb
Public ReadOnly Property Editor As BaseEdit

Property Value

TypeDescription
BaseEdit

The editor whose value is being changed.

|

See Also

SmartPasteEditValueChangingEventArgs Class

SmartPasteEditValueChangingEventArgs Members

DevExpress.Xpf.LayoutControl Namespace