menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClipboardAction - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ClipboardAction

    Specifies the type of clipboard operation to perform.

    Inheritance
    System.Object
    ClipboardAction
    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public sealed class ClipboardAction : Enum
    Remarks

    Defines the available clipboard actions that can be used in clipboard operations.

    • Cut - Removes the selected content and places it in the clipboard.
    • Copy - Copies the selected content to the clipboard without removing it.

    Fields

    Copy

    Copies the selected content to the clipboard without removing it.

    Declaration
    public const ClipboardAction Copy
    Field Value
    Type
    ClipboardAction
    Remarks

    When this action is performed, the original content remains unchanged at its source location.

    Cut

    Removes the selected content and places it in the clipboard.

    Declaration
    public const ClipboardAction Cut
    Field Value
    Type
    ClipboardAction
    Remarks

    When this action is performed, the original content is deleted from its source location.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved