FileDialogFilters 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; }
Public ReadOnly Property Filters As Collection(Of FileFilter)
Get
member Filters : Collection<FileFilter> with get
Property Value
Type:
CollectionFileFilterThe filters 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