Gets or sets a value indicating whether the upload pane should be displayed.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property EnableUploadPane As Boolean
public bool EnableUploadPane { get; set; }
Type: System.Boolean
If true
, the upload pane is displayed in ThreePanes
layout; otherwise, it is hidden.
Default value is true.
This property makes sense in ThreePanes
layout only.