ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ClipboardCopyMode Property

In This Topic
    ClipboardCopyMode Property
    In This Topic
    Gets or sets a value indicating the format of the text that will be copied to the clipboard.
    Syntax
    'Declaration
     
    
    Public Property ClipboardCopyMode As DataGridClipboardMode
    public DataGridClipboardMode ClipboardCopyMode {get; set;}
    See Also