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.
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.