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

ImageUploader.ButtonRemoveAllFromUploadListImageFormat Property

List of images that specify different states of the Remove All button which removes all the files from the upload list.

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

Syntax

Visual Basic
Public ReadOnly Property ButtonRemoveAllFromUploadListImageFormat As ImageFormat
C#
public ImageFormat ButtonRemoveAllFromUploadListImageFormat { get; }

Property Value

An ImageFormat instance that specifies images that are displayed in different states of the Remove All button (focused, pressed, etc.).

Remarks

This property corresponds to ButtonRemoveAllFromUploadListImageFormat client-side property.

See Also

Reference