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

In This Topic
    SelectedFile Property
    In This Topic
    Gets or sets the file displayed in this editor.
    Syntax
    'Declaration
     
    
    Public Property SelectedFile As FileInfo
    public FileInfo SelectedFile {get; set;}
    See Also