Click or drag to resize

FileFilterExtensions Property

Gets or sets the extensions to filter the file list

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string[] Extensions { get; set; }

Property Value

Type: String
The extensions.
Remarks
Each extension should include the period. e.g. ".jpeg", ".png", etc.
See Also