Skip to main content
All docs
V25.1
  • ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.Operation Property

    Gets the clipboard-related operation being processed.

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public ClipboardOperation Operation { get; }

    Property Value

    Type Description
    DevExpress.Data.Internal.ClipboardOperation

    The clipboard-related operation.

    Remarks

    Available clipboard operations include:

    • Copy
    • Paste
    • Clear
    • Contains
    • UIStateQuery
    • All
    • None
    See Also