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

ImageUploader.MenuRemoveFromUploadListText Property

Caption of the Remove From Upload List context menu item.

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

Syntax

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

Property Value

A string value that specifies a caption of the Remove From Upload List context menu item.

Default value is "Remove from Upload List".

Remarks

This property corresponds to MenuRemoveFromUploadListText client-side property.

See Also

Reference