FileManagerDownloadOnDoubleClick Property
Gets or sets a value that specifies whether "Download" action should be triggered when you double-click on a file.
Default is false.
When not set, "Preview" action will be triggered and
if "Preview" permission is not allowed or the file type is not preview-able by any of
the built-in viewers, then "Open" (open inline in browser or open locally) action will be triggered.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
public bool DownloadOnDoubleClick { get; set; }
Public Property DownloadOnDoubleClick As Boolean
Get
Set
Property Value
Boolean