ArcGIS API for WPF - Library Reference
FilterIndex Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > AttachmentEditor Class : FilterIndex Property

Gets or sets the index of the selected item in the System.Windows.Controls.OpenFileDialog filter drop-down list.

Syntax

Visual Basic (Declaration) 
Public Property FilterIndex As Integer
C# 
public int FilterIndex {get; set;}

Property Value

The index of the selected item in the System.Windows.Controls.OpenFileDialog filter drop-down list. The default is 1.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException The filter index is less than 1.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.