Table of Contents

FileManager.DownloadOnDoubleClick Property

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

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.

public bool DownloadOnDoubleClick { get; set; }

Property Value

bool