Back to Devexpress

ClipboardAccessPolicy.ClipboardOperationEventArgs.IsCopyOperation Property

corelibraries-devexpress-dot-data-dot-utils-dot-clipboardaccesspolicy-dot-clipboardoperationeventargs-61c0b42a.md

latest1.5 KB
Original Source

ClipboardAccessPolicy.ClipboardOperationEventArgs.IsCopyOperation Property

Gets a value that indicates whether the copy-to-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 IsCopyOperation { get; }
vb
Public ReadOnly Property IsCopyOperation As Boolean

Property Value

TypeDescription
Boolean

true if the copy-to-clipboard operation is being processed; otherwise, false.

|

See Also

ClipboardAccessPolicy.ClipboardOperationEventArgs Class

ClipboardAccessPolicy.ClipboardOperationEventArgs Members

DevExpress.Data.Utils Namespace