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

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