Click or drag to resize

FilePickerFilters Property

Gets the collection of available file filters the user can select from.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Collection<FileFilter> Filters { get; }

Property Value

Type: CollectionFileFilter
The filters that the user can select.
Remarks
Add entries to this collection to set the filters the user can select when the file dialog is shown. Some platforms may either disable (OS X) or hide (GTK/WinForms/WPF) files that do not match the currently selected filter.
See Also