ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1FilePicker Class / SelectedFile Property



In This Topic
    SelectedFile Property
    In This Topic
    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