Back to Devexpress

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.IsPasteOperation Property

corelibraries-devexpress-dot-data-dot-utils-dot-clipboardaccesspolicy-dot-clipboardoperationrequesteventargs-4aec1a33.md

latest1.5 KB
Original Source

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.IsPasteOperation Property

Gets a value that indicates whether the paste-from-clipboard operation is being processed.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public bool IsPasteOperation { get; }
vb
Public ReadOnly Property IsPasteOperation As Boolean

Property Value

TypeDescription
Boolean

true if the paste-from-clipboard operation is being processed; otherwise, false.

|

See Also

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs Class

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs Members

DevExpress.Data.Utils Namespace