Click or drag to resize

ThemedFilePickerHandlerFilePath Property

Gets or sets the full path of the file that is selected.

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string FilePath { get; set; }

Property Value

Type: String
The path of the file.

Implements

FilePickerIHandlerFilePath
See Also