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

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