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

ImageUploader.ShowUploadListButtons Property

Switch that specifies whether buttons which add or remove files to or from the upload list should be visible.

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

Syntax

Visual Basic
Public Property ShowUploadListButtons As Boolean
C#
public bool ShowUploadListButtons { get; set; }

Property Value

A boolean value (true or false). If true, buttons are visible, otherwise - hidden.

Default value is true.

Remarks

This property corresponds to ShowUploadListButtons client-side property.

See Also

Reference