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

DescriptionEditor.OrEscLabelText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the Or Esc label.

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

Syntax

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

Property Value

Type: System.String

The text of the Or Esc label.

Default value is " (or Esc)".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference