ComponentOne FinancialChart for WPF
FilterIndex Property



C1.WPF Namespace > C1FilePicker Class : FilterIndex Property
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

Reference

C1FilePicker Class
C1FilePicker Members