Class CopyOptions
Defines the constants that specify the possible copy option in SfDataGrid.
Inheritance
System.Object
CopyOptions
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class CopyOptions : Enum
Fields
CopyData
Specifies the values of selected cells/rows is copied from SfDataGrid to the clipboard.
Declaration
public const CopyOptions CopyData
Field Value
| Type |
|---|
| CopyOptions |
CutData
Specifies the values of selected cells/rows is cut from SfDataGrid to the clipboard.
Declaration
public const CopyOptions CutData
Field Value
| Type |
|---|
| CopyOptions |
IncludeFormat
Specifies the values of selected cells/rows along with its format is copy/cut from SfDataGrid to the clipboard.
Declaration
public const CopyOptions IncludeFormat
Field Value
| Type |
|---|
| CopyOptions |
IncludeHeaders
Specifies the values of selected cells/rows along with its column header values is copy/cut from SfDataGrid to the clipboard.
Declaration
public const CopyOptions IncludeHeaders
Field Value
| Type |
|---|
| CopyOptions |
IncludeHiddenColumn
Specifies the values of selected rows along with hidden column values is copy/cut from SfDataGrid to the clipboard.
Declaration
public const CopyOptions IncludeHiddenColumn
Field Value
| Type |
|---|
| CopyOptions |
None
Specifies the copy operation is disabled.
Declaration
public const CopyOptions None
Field Value
| Type |
|---|
| CopyOptions |