Aurigma Image Uploader 6.5 Dual
ImageUploader..::.ButtonUncheckAllText Property
Caption of Uncheck All button which is dispayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true. The button cleares check boxes for all files in the folder pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property ButtonUncheckAllText As String
C#
public string ButtonUncheckAllText { get; set; }
Property Value
A string value that specifies the caption of the Uncheck All button which is displayed in TwoPanes layout if CheckFilesBySelectAllButton is set to true. If an empty string is specified, the button is invisible.
Default value is "Uncheck All".
Remarks
This property corresponds to ButtonUncheckAllText client-side property.