ComponentOne FinancialChart for WPF
Filter Property



C1.WPF Namespace > C1FilePicker Class : Filter Property
Gets or sets the filter that will be applied to the System.Windows.Controls.OpenFileDialog.
Syntax
'Declaration
 
Public Property Filter As String
'Usage
 
Dim instance As C1FilePicker
Dim value As String
 
instance.Filter = value
 
value = instance.Filter
public string Filter {get; set;}
public:
property String^ Filter {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1FilePicker Class
C1FilePicker Members