Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1FilePicker Class / FilterIndex Property

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