ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1FilePicker Class / Filter Property



In This Topic
    Filter Property
    In This Topic
    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