Class PasteOptions
Defines the constants that specify the possible paste option in SfDataGrid.
Inheritance
System.Object
PasteOptions
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class PasteOptions : Enum
Fields
ExcludeFirstLine
Specifies the clipboard copied content is pasted to SfDataGrid except the first line.
Declaration
public const PasteOptions ExcludeFirstLine
Field Value
| Type |
|---|
| PasteOptions |
IncludeHiddenColumn
Specifies the clipboard copied content with hidden column values is pasted to SfDataGrid.
Declaration
public const PasteOptions IncludeHiddenColumn
Field Value
| Type |
|---|
| PasteOptions |
None
Specifies the paste support is disabled.
Declaration
public const PasteOptions None
Field Value
| Type |
|---|
| PasteOptions |
PasteData
Specifies the clipboard copied content is pasted to SfDataGrid.
Declaration
public const PasteOptions PasteData
Field Value
| Type |
|---|
| PasteOptions |