Click or drag to resize

FileDialogFilter Class

Note: This API is now obsolete.

Filter definition for a FileDialog
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4: Use FileFilter instead")]
public class FileDialogFilter : FileFilter
Constructors
Remarks
Each filter defines an option for the user to limit the selection of files in the dialog.
See Also