ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1FilePicker Class / Filter Property

In This Topic
    Filter Property
    In This Topic
    Gets or sets the filter that will be applied to the Microsoft.Win32.OpenFileDialog.
    Syntax
    'Declaration
     
    
    Public Property Filter As String
    public string Filter {get; set;}
    See Also