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

ImageUploader.ButtonDeselectAllImageFormat Property

List of images that specify different states of the button which deselects 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 ButtonDeselectAllImageFormat As ImageFormat
C#
public ImageFormat ButtonDeselectAllImageFormat { get; }

Property Value

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

Remarks

This property corresponds to ButtonDeselectAllImageFormat client-side property.

See Also

Reference