Back to Devexpress

ASPxUploadControl.DialogTriggerID Property

aspnet-devexpress-dot-web-dot-aspxuploadcontrol-2cffe972.md

latest1.6 KB
Original Source

ASPxUploadControl.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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string DialogTriggerID { get; set; }
vb
<DefaultValue("")>
Public Property DialogTriggerID As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

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 a semicolon (;).

See Also

Online Demo: Upload Control - Drag and Drop Support

ASPxUploadControl Class

ASPxUploadControl Members

DevExpress.Web Namespace