ComponentOne Basic Library for WPF and Silverlight
SelectedFileName Property (C1FilePicker)


C1.WPF Namespace > C1FilePicker Class : SelectedFileName Property
Gets the name of the selected file.
Syntax
'Declaration
 
Public ReadOnly Property SelectedFileName As System.String
'Usage
 
Dim instance As C1FilePicker
Dim value As System.String
 
value = instance.SelectedFileName
public System.string SelectedFileName {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