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.26.1
Syntaxpublic bool IsAllFilesEnabled { get; }Property Value
Type: 
Booleantrue if the file dialog should accept all files and show the "All files" filter,
                
false otherwise.
            
See Also