ComponentOne Basic Library for WPF and Silverlight
Filter Property (C1FilePicker)


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 System.String
'Usage
 
Dim instance As C1FilePicker
Dim value As System.String
 
instance.Filter = value
 
value = instance.Filter
public System.string Filter {get; set;}
See Also

Reference

C1FilePicker Class
C1FilePicker Members