Skip to main content
Tab

FileManagerSettingsUpload.DialogTriggerID Property

Gets or sets the ID of a web control or HTML element (or a list of IDs), a click on which invokes file upload dialog.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string DialogTriggerID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the ID or a list of IDs separated by the semicolon (;).

Property Paths

You can access this nested property as listed below:

Object Type Path to DialogTriggerID
ASPxFileManager
.SettingsUpload .DialogTriggerID

Remarks

Use the DialogTriggerID property to specify the web control or HTML element, a click on which invokes file upload dialog. You can also specify a list of control IDs separated by the semicolon (;).

See Also