Enum ClipBoardAction
Defines the constants that specify the clipboard action in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ClipBoardAction
Fields
| Name | Description |
|---|---|
| Copy | Specifies the copy operation is performed in SfDataGrid. |
| Cut | Specifies the cut operation is performed in SfDataGrid. |
| Paste | Specifies the paste operation is performed in SfDataGrid. |