Gets or sets the index of the filter currently selected in a file dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax . . :: . Int32
The Int32 that is the index of the selected filter. The default is 1.
Public Property FilterIndex As Integer
Get
Setpublic int FilterIndex { get; set; }public:
property int FilterIndex {
int get ();
void set (int value);
}member FilterIndex : int with get, set
<object FilterIndex="int" .../>Property Value
Type: SystemThe Int32 that is the index of the selected filter. The default is 1.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.