Class GridCopyOption
Defines the constants that specify the possible copy option in SfDataGrid.
Inheritance
System.Object
GridCopyOption
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class GridCopyOption : Enum
Fields
CopyData
Specifies the values of selected cells/rows is copied from SfDataGrid to the clipboard.
Declaration
public const GridCopyOption CopyData
Field Value
Type |
---|
GridCopyOption |
CutData
Specifies the values of selected cells/rows is cut from SfDataGrid to the clipboard.
Declaration
public const GridCopyOption CutData
Field Value
Type |
---|
GridCopyOption |
IncludeFormat
Specifies the values of selected cells/rows along with its format is copy/cut from SfDataGrid to the clipboard.
Declaration
public const GridCopyOption IncludeFormat
Field Value
Type |
---|
GridCopyOption |
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 GridCopyOption IncludeHeaders
Field Value
Type |
---|
GridCopyOption |
IncludeHiddenColumn
Specifies the values of selected rows along with hidden column values is copy/cut from SfDataGrid to the clipboard.
Declaration
public const GridCopyOption IncludeHiddenColumn
Field Value
Type |
---|
GridCopyOption |
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 GridCopyOption None
Field Value
Type |
---|
GridCopyOption |