Skip to main content
All docs
V25.2
  • ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.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

    Declaration

    public bool IsCopyOperation { get; }

    Property Value

    Type Description
    Boolean

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

    See Also