Skip to main content
All docs
V25.1
  • SmartPasteEditValueChangingEventArgs.Editor Property

    Gets the editor whose value is being changed.

    Namespace: DevExpress.Xpf.LayoutControl

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

    NuGet Package: DevExpress.Wpf.LayoutControl

    Declaration

    public BaseEdit Editor { get; }

    Property Value

    Type Description
    BaseEdit

    The editor whose value is being changed.

    See Also