ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1FilePicker
    Dim value As String
     
    value = instance.SelectedFileName
    public string SelectedFileName {get;}
    public:
    property String^ SelectedFileName {
       String^ get();
    }
    Remarks
    In WPF partial trust it is not possible to access SelectedFile, but this property still works.
    See Also