FilteredFileNameEditorAttribute.Filter Property
Gets the filter for the dialog.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Filter As String
public string Filter { get; }
public:
property String^ Filter {
String^ get ();
}
public function get Filter () : String
Field Value
The filter for the dialog.
See Also
FilteredFileNameEditorAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace