Skip to main content
All docs
V23.2

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.v23.2.dll

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

Declaration

public bool IsPasteOperation { get; }

Property Value

Type Description
Boolean

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

See Also