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


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

Reference

C1FilePicker Class
C1FilePicker Members