WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridClipboardCopyMode Enumeration
In This Topic
    GridClipboardCopyMode Enumeration
    In This Topic
    Defines constants that specify whether users can copy data from a FlexGrid control to the clipboard and whether column and row header values are included.
    Syntax
    public enum GridClipboardCopyMode : System.Enum 
    Members
    MemberDescription
    DataAndAllHeadersCopy the selected data and include row and column headers.
    DataAndColumnHeadersCopy the selected data and include the column headers.
    DataAndRowHeadersCopy the selected data and include the row headers.
    DataOnlyOnly the selected data is copied.
    DefaultThe default mode will copy the data to the clipboard allowing final users to decide whether it needs the headers or not.
    NoneClipboard support is disabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Grid.GridClipboardCopyMode

    See Also