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

ImageUploader.ProgressDialogPreparingDataText Property

Caption of the Preparing Data label on the progress dialog.

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

Syntax

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

Property Value

A string value that specifies a caption of the Preparing Data label on the progress dialog.

Default value is "Preparing data...".

Remarks

This property corresponds to ProgressDialogPreparingDataText client-side property.

See Also

Reference