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

In This Topic
    SelectedFile Property (C1FilePicker)
    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