ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridClipboardMode Enumeration

In This Topic
    DataGridClipboardMode Enumeration
    In This Topic
    Defines constants that specify whether users can copy data from the C1DataGrid control to the clipboard and whether column header values are included.
    Syntax
    'Declaration
     
    
    Public Enum DataGridClipboardMode 
       Inherits System.Enum
    public enum DataGridClipboardMode : System.Enum 
    Members
    MemberDescription
    ExcludeHeaderUsers can copy the text values of selected cells to the Clipboard; row and column header values are not included.
    IncludeAllHeadersUsers can copy the text values of selected cells to the Clipboard; row and column header values are included.
    IncludeColumnHeadersUsers can copy the text values of selected cells to the Clipboard; column header values are included.
    IncludeRowHeadersUsers can copy the text values of selected cells to the Clipboard; row header values are included.
    NoneClipboard support is disabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.DataGrid.DataGridClipboardMode

    See Also