Class GridCopyOptions
Defines the constants that specify the possible copy option in SfDataGrid.
Inheritance
System.Object
    GridCopyOptions
  Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class GridCopyOptions : EnumFields
CopyData
Specifies the values of selected cells/rows is copied from SfDataGrid to the clipboard.
Declaration
public const GridCopyOptions CopyDataField Value
| Type | 
|---|
| GridCopyOptions | 
CutData
Specifies the values of selected cells/rows is cut from SfDataGrid to the clipboard.
Declaration
public const GridCopyOptions CutDataField Value
| Type | 
|---|
| GridCopyOptions | 
IncludeFormat
Specifies the values of selected cells/rows along with its format is copy/cut from SfDataGrid to the clipboard.
Declaration
public const GridCopyOptions IncludeFormatField Value
| Type | 
|---|
| GridCopyOptions | 
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 GridCopyOptions IncludeHeadersField Value
| Type | 
|---|
| GridCopyOptions | 
IncludeHiddenColumn
Specifies the values of selected rows along with hidden column values is copy/cut from SfDataGrid to the clipboard.
Declaration
public const GridCopyOptions IncludeHiddenColumnField Value
| Type | 
|---|
| GridCopyOptions | 
Remarks
You can't able to copy the hidden column values when SelectionUnit as Cell.
None
Specifies the copy operation is disabled.
Declaration
public const GridCopyOptions NoneField Value
| Type | 
|---|
| GridCopyOptions |