ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1FilePicker Class / SelectedFiles Property

In This Topic
    SelectedFiles Property
    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