Enum CopyPaste
Defines Copy-Paste options.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
[Flags]
public enum CopyPaste
Fields
| Name | Description |
|---|---|
| CopyCaptions | Includes the Captions during clipboard copy operation. |
| CopyCellData | Set the CopyCell option |
| CopySummaries | Includes the Summaries during clipboard copy operation. |
| CopyText | Set the CopyText option |
| CutCell | Set the CutCell option |
| CutText | Set the CutText option |
| ExcludeCurrentCell | Omits the current cell during clipboard operations. |
| IncludeEmptyCells | Includes the Empty cell during clipboard operations. |
| IncludeHeaders | Includes all Header Text also while copy and cut operation. |
| IncludeStyle | Includes all style info while copy, cut and paste using IDataObject. |
| PasteCell | Set the PasteCell option |
| PasteText | Set the PasteText option |
| XmlCopyPaste | Cut/copy/paste the data in Xml format. |