ComponentOne FinancialChart for WPF
C1.WPF 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 System.Windows.Controls.OpenFileDialog.
    Syntax
    'Declaration
     
    
    Public Property FilterIndex As Integer
    'Usage
     
    
    Dim instance As C1FilePicker
    Dim value As Integer
     
    instance.FilterIndex = value
     
    value = instance.FilterIndex
    public int FilterIndex {get; set;}
    public:
    property int FilterIndex {
       int get();
       void set (    int value);
    }
    See Also