Enum GridCopyOption
Defines the constants that specify the possible copy option in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[Flags]
public enum GridCopyOption
Fields
| Name | Description |
|---|---|
| CopyData | Specifies the values of selected cells/rows is copied from SfDataGrid to the clipboard. |
| CutData | Specifies the values of selected cells/rows is cut from SfDataGrid to the clipboard. |
| IncludeFormat | Specifies the values of selected cells/rows along with its format is copy/cut from SfDataGrid to the clipboard. |
| IncludeHeaders | Specifies the values of selected cells/rows along with its column header values is copy/cut from SfDataGrid to the clipboard. |
| IncludeHiddenColumn | Specifies the values of selected rows along with hidden column values is copy/cut from SfDataGrid to the clipboard. |
| None | Specifies the copy operation is disabled. |