DataPA Enterprise Dashboard Controls API Reference
Gets the filter that will be applied to the FileDialog.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
StringThe filter that will be applied to the FileDialog.
Remarks
See Also