ComponentOne FinancialChart for WPF
SelectedFile Property



C1.WPF Namespace > C1FilePicker Class : SelectedFile Property
Gets or sets the file displayed in this editor.
Syntax
'Declaration
 
Public Property SelectedFile As FileInfo
'Usage
 
Dim instance As C1FilePicker
Dim value As FileInfo
 
instance.SelectedFile = value
 
value = instance.SelectedFile
public FileInfo SelectedFile {get; set;}
public:
property FileInfo^ SelectedFile {
   FileInfo^ get();
   void set (    FileInfo^ value);
}
See Also

Reference

C1FilePicker Class
C1FilePicker Members