menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPasteOptions - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPasteOptions

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

    Inheritance
    System.Object
    GridPasteOptions
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class GridPasteOptions : Enum

    Fields

    ExcludeFirstLine

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

    Declaration
    public const GridPasteOptions ExcludeFirstLine
    Field Value
    Type
    GridPasteOptions

    IncludeHiddenColumn

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

    Declaration
    public const GridPasteOptions IncludeHiddenColumn
    Field Value
    Type
    GridPasteOptions

    None

    Specifies the paste support is disabled.

    Declaration
    public const GridPasteOptions None
    Field Value
    Type
    GridPasteOptions

    PasteData

    Specifies the clipboard copied content is pasted to SfDataGrid.

    Declaration
    public const GridPasteOptions PasteData
    Field Value
    Type
    GridPasteOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved