MailFileEditor::Filter Property

 

Gets the file filter string for the dialog (such as "*.txt").

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property String^ Filter {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The filter for selecting files in the design-time dialog box.

.NET Framework
Available since 2.0
Return to top
Show: