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

ImageUploader.ButtonUncheckAllImageFormat Property

List of images that are displayed in different states of the button which unchecks all the files in the folder pane in TwoPanes layout. This button is dispayed if CheckFilesBySelectAllButton is set to true.

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

Syntax

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

Property Value

An ImageFormat instance that specifies custom images for the Uncheck All button (focused, pressed, etc.).

Remarks

This property corresponds to ButtonUncheckAllImageFormat client-side property.

See Also

Reference