This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ProgressDialogTitleText Property

Title of the progress dialog.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ProgressDialogTitleText As String
C#
public string ProgressDialogTitleText { get; set; }

Property Value

A string value that specifies a title of the progress dialog.

Default value is "Upload Files".

Remarks

This property corresponds to ProgressDialogTitleText client-side property.

See Also

Reference