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

ImageUploader.MenuDetailsText Property

Caption of the Details context menu item.

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

Syntax

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

Property Value

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

Default value is "Details".

Remarks

This property corresponds to MenuDetailsText client-side property.

See Also

Reference