Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataViewBase.PastingFromClipboard Event

OBSOLETE

Use the DataControlBase.PastingFromClipboard event

Occurs when some information is pasted from the clipboard to the grid.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

[Obsolete("Use the DataControlBase.PastingFromClipboard event")]
[Browsable(false)]
public event PastingFromClipboardEventHandler PastingFromClipboard

#Event Data

The PastingFromClipboard event's data class is DevExpress.Xpf.Grid.PastingFromClipboardEventArgs.

#Remarks

The DataViewBase.PastingFromClipboard event is obsolete. Use the DataControlBase.PastingFromClipboard event instead.

Views provide two events that allow you to process clipboard operations.

For more information, see Clipboard Management.

See Also