ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1FilePicker Class / FilterIndex Property

In This Topic
    FilterIndex Property
    In This Topic
    Gets or sets the filter index that will be applied to the Microsoft.Win32.OpenFileDialog.
    Syntax
    'Declaration
     
    
    Public Property FilterIndex As Integer
    public int FilterIndex {get; set;}
    See Also