Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1FilePicker Class / SelectedFiles Property

In This Topic
    SelectedFiles Property (C1FilePicker)
    In This Topic
    Gets or sets the files displayed in this editor.
    Syntax
    'Declaration
     
    
    Public Property SelectedFiles As IEnumerable(Of FileInfo)
    public IEnumerable<FileInfo> SelectedFiles {get; set;}
    See Also