Click or drag to resize

SaveFileParametersIsAllFilesEnabled Property

Indicates whether the file dialog should accept all files and show the "All files" filter.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public bool IsAllFilesEnabled { get; }

Property Value

Type: Boolean
true if the file dialog should accept all files and show the "All files" filter, false otherwise.
See Also