alexa

    Show / Hide Table of Contents

    Enum CopyOptions

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

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum CopyOptions

    Fields

    Name Description
    CopyData

    Specifies the values of selected cells/rows is copied from SfDataGrid to the clipboard.

    CutData

    Specifies the values of selected cells/rows is cut from SfDataGrid to the clipboard.

    IncludeFormat

    Specifies the values of selected cells/rows along with its format is copy/cut from SfDataGrid to the clipboard.

    IncludeHeaders

    Specifies the values of selected cells/rows along with its column header values is copy/cut from SfDataGrid to the clipboard.

    IncludeHiddenColumn

    Specifies the values of selected rows along with hidden column values is copy/cut from SfDataGrid to the clipboard.

    None

    Specifies the copy operation is disabled.

    Back to top Generated by DocFX