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

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