Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1FilePicker Class / Filter Property

In This Topic
    Filter Property (C1FilePicker)
    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
    public string Filter {get; set;}
    See Also