FileManagerControlChooser Property

Gets or sets a value that specifies whether the component should be displayed as a file/folder chooser. Default is false. In chooser mode, "Choose" and "Cancel" buttons will be displayed at the bottom of the component and double-clicking on a item of allowed type will choose that item instead of doing the default action (download/explore).

Definition

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

Property Value

Boolean

See Also