Click or drag to resize

FileFilter Class

Filter definition for FilePicker and FileDialog
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class FileFilter

The FileFilter type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExtensions
Gets or sets the extensions to filter the file list
Public propertyName
Gets or sets the name of the filter.
Top
Methods
Operators
  NameDescription
Public operatorStatic member(String to FileFilter)
Converts a string representation of a filter in the form of "[name]|[ext];[ext];[ext]" to a FileDialogFilter.
Top
Remarks
Each filter defines an option for the user to limit the selection of files in the dialog.
See Also