Click or drag to resize

ThemedFilePickerHandlerCurrentFilterIndex Property

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

Namespace:  Eto.Forms.ThemedControls
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.

Implements

FilePickerIHandlerCurrentFilterIndex
See Also