Class CopyPaste
Defines Copy-Paste options.
Inheritance
System.Object
CopyPaste
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class CopyPaste : Enum
Fields
CopyCaptions
Includes the Captions during clipboard copy operation.
Declaration
public const CopyPaste CopyCaptions
Field Value
Type |
---|
CopyPaste |
CopyCellData
Set the CopyCell option
Declaration
public const CopyPaste CopyCellData
Field Value
Type |
---|
CopyPaste |
CopySummaries
Includes the Summaries during clipboard copy operation.
Declaration
public const CopyPaste CopySummaries
Field Value
Type |
---|
CopyPaste |
CopyText
Set the CopyText option
Declaration
public const CopyPaste CopyText
Field Value
Type |
---|
CopyPaste |
CutCell
Set the CutCell option
Declaration
public const CopyPaste CutCell
Field Value
Type |
---|
CopyPaste |
CutText
Set the CutText option
Declaration
public const CopyPaste CutText
Field Value
Type |
---|
CopyPaste |
ExcludeCurrentCell
Omits the current cell during clipboard operations.
Declaration
public const CopyPaste ExcludeCurrentCell
Field Value
Type |
---|
CopyPaste |
IncludeEmptyCells
Includes the Empty cell during clipboard operations.
Declaration
public const CopyPaste IncludeEmptyCells
Field Value
Type |
---|
CopyPaste |
IncludeHeaders
Includes all Header Text also while copy and cut operation.
Declaration
public const CopyPaste IncludeHeaders
Field Value
Type |
---|
CopyPaste |
IncludeStyle
Includes all style info while copy, cut and paste using IDataObject.
Declaration
public const CopyPaste IncludeStyle
Field Value
Type |
---|
CopyPaste |
PasteCell
Set the PasteCell option
Declaration
public const CopyPaste PasteCell
Field Value
Type |
---|
CopyPaste |
PasteText
Set the PasteText option
Declaration
public const CopyPaste PasteText
Field Value
Type |
---|
CopyPaste |
XmlCopyPaste
Cut/copy/paste the data in Xml format.
Declaration
public const CopyPaste XmlCopyPaste
Field Value
Type |
---|
CopyPaste |