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

ImageUploader.DescriptionEditorButtonCancelText Property

Text for the Cancel button of the description editor.

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

Syntax

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

Property Value

A string value that specifies a caption of the Cancel button in the description editor.

Default value is "Cancel".

Remarks

This property corresponds to DescriptionEditorButtonCancelText client-side property.

See Also

Reference