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

    Gets or sets the editor’s new value.

    Namespace: DevExpress.Xpf.LayoutControl

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

    NuGet Package: DevExpress.Wpf.LayoutControl

    Declaration

    public object NewValue { get; set; }

    Property Value

    Type Description
    Object

    The new value.

    See Also