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

ImageUploader.MenuRefreshText Property

Caption of the Refresh context menu item.

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

Syntax

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

Property Value

A string value that specifies a caption of the Refresh context menu item.

Default value is "Refresh".

Remarks

This property corresponds to MenuRefreshText client-side property.

See Also

Reference