Enum GridPasteOption
Defines the constants that specify the possible paste option in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[Flags]
public enum GridPasteOption
Fields
| Name | Description |
|---|---|
| ExcludeFirstLine | Specifies the clipboard copied content is pasted to SfDataGrid except the first line. |
| IncludeHiddenColumn | Specifies the clipboard copied content with hidden column values is pasted to SfDataGrid. |
| None | Specifies the paste support is disabled. |
| PasteData | Specifies the clipboard copied content is pasted to SfDataGrid. |