Skip to main content
All docs
V26.1
  • ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.IsClearOperation Property

    Gets a value that indicates whether the clipboard clear operation is being processed.

    Namespace: DevExpress.Data.Utils

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

    Declaration

    public bool IsClearOperation { get; }

    Property Value

    Type Description
    Boolean

    true if the clipboard clear operation is being processed; otherwise, false.

    See Also