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

ImageUploader.ButtonSelectAllImageFormat Property

List of images that specify different states of the button which selects all the files in the folder pane in ThreePanes layout. This button is displayed in TwoPanes layout if CheckFilesBySelectAllButton is false.

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

Syntax

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

Property Value

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

Remarks

This property corresponds to ButtonSelectAllImageFormat client-side property.

See Also

Reference