FileDialogEventArgsFilter Property |
|
DataPA OpenAnalytics 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 public string Filter { get; }
Public ReadOnly Property Filter As String
Get
public:
virtual property String^ Filter {
String^ get () sealed;
}
Return Value
Type:
StringThe filter that will be applied to the FileDialog.
Remarks See Also