Click or drag to resize

FilteredFileChooserParametersFilterDescription Property

Gets the meaningful (e.g. "Image files", "PDF File (.pdf)", etc.) description of the acceptable extensions.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string FilterDescription { get; }

Property Value

Type: String
The meaningful description of the acceptable extensions. In case no extensions are provided, the value is empty, which implies that any file type is acceptable.
See Also