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

TopPane.ViewComboBox Property

Gets or sets the Change view combo box items.

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

Syntax

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

Property Value

Type: System.String

A JSON formatted string containing the array of the Change view combo box items names.

Default value is "['Tiles', 'Thumbnails', 'Icons']".

See Also

Reference