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

ImageUploader.ButtonAdvancedDetailsCancelText Property

Caption of the Cancel button which is displayed in the AdvancedDetails view during upload.

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

Syntax

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

Property Value

A string value that specifies the caption of the Cancel button which is displayed in the AdvancedDetails view during upload. If an empty string is specified, the button is invisible.

Default value is "Cancel".

Remarks

This property corresponds to ButtonAdvancedDetailsCancelText client-side property.

See Also

Reference