Click or drag to resize

ThemedFilePickerHandlerFileAction Property

Gets or sets FileAction that is used when the user is selecting the file.

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

Property Value

Type: FileAction
The file action.

Implements

FilePickerIHandlerFileAction
See Also