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

In This Topic
    SelectedFileName Property
    In This Topic
    Gets the name of the selected file.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedFileName As String
    public string SelectedFileName {get;}
    Remarks
    In WPF partial trust it is not possible to access SelectedFile, but this property still works.
    See Also