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

In This Topic
    ClipboardCopyMode Property (C1DataGrid)
    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