ComponentOne FinancialChart for WPF
SelectedFileName Property



C1.WPF Namespace > C1FilePicker Class : SelectedFileName Property
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

Reference

C1FilePicker Class
C1FilePicker Members