Click or drag to resize

FilePickerCurrentFilter Property

Gets or sets the currently selected filter from the Filters collection.

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

Property Value

Type: FileFilter
The current filter.
Remarks
This should always match an instance of a filter in the Filters collection, otherwise the current filter will be set to null.
See Also