DataPA Enterprise Dashboard Controls API Reference
Gets the filter that will be applied to the FileDialog.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string Filter { get; }
Visual Basic
Public ReadOnly Property Filter As String
	Get
Visual C++
public:
virtual property String^ Filter {
	String^ get () sealed;
}

Return Value

Type: String
The filter that will be applied to the FileDialog.

Remarks