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


C1.WPF Namespace > C1FilePicker Class : FilterIndex Property
Gets or sets the filter index that will be applied to the System.Windows.Controls.OpenFileDialog.
Syntax
'Declaration
 
Public Property FilterIndex As System.Integer
'Usage
 
Dim instance As C1FilePicker
Dim value As System.Integer
 
instance.FilterIndex = value
 
value = instance.FilterIndex
public System.int FilterIndex {get; set;}
See Also

Reference

C1FilePicker Class
C1FilePicker Members