FileManagerControlDownloadOnDoubleClick 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.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public bool DownloadOnDoubleClick { get; set; }

Property Value

Boolean

See Also