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

ImageUploader.DescriptionEditorButtonOkText Property

Text on the OK button of the description editor.

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

Syntax

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

Property Value

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

Default value is "OK".

Remarks

This property corresponds to DescriptionEditorButtonOkText client-side property.

See Also

Reference