Click or drag to resize

FilePickerCurrentFilterIndex Property

Gets or sets the index of the current filter in the Filters collection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int CurrentFilterIndex { get; set; }

Property Value

Type: Int32
The index of the current filter, or -1 if none is selected.
See Also