menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum CopyPaste - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum CopyPaste

    Defines Copy-Paste options.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    [Flags]
    public enum CopyPaste

    Fields

    Name Description
    CopyCaptions

    Includes the Captions during clipboard copy operation.

    CopyCellData

    Set the CopyCell option

    CopySummaries

    Includes the Summaries during clipboard copy operation.

    CopyText

    Set the CopyText option

    CutCell

    Set the CutCell option

    CutText

    Set the CutText option

    ExcludeCurrentCell

    Omits the current cell during clipboard operations.

    IncludeEmptyCells

    Includes the Empty cell during clipboard operations.

    IncludeHeaders

    Includes all Header Text also while copy and cut operation.

    IncludeStyle

    Includes all style info while copy, cut and paste using IDataObject.

    PasteCell

    Set the PasteCell option

    PasteText

    Set the PasteText option

    XmlCopyPaste

    Cut/copy/paste the data in Xml format.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved