menu

WPF

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

    Show / Hide Table of Contents

    Enum GridPasteOption

    Defines the constants that specify the possible paste option in SfDataGrid.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    [Flags]
    public enum GridPasteOption

    Fields

    Name Description
    ExcludeFirstLine

    Specifies the clipboard copied content is pasted to SfDataGrid except the first line.

    IncludeHiddenColumn

    Specifies the clipboard copied content with hidden column values is pasted to SfDataGrid.

    None

    Specifies the paste support is disabled.

    PasteData

    Specifies the clipboard copied content is pasted to SfDataGrid.

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