menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved