Gets or sets a sort mode of the upload pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property SortMode As PaneSortMode
public PaneSortMode SortMode { get; set; }
Type: Aurigma.ImageUploader.PaneSortMode
The sort mode of the upload pane.
Default value is Unsorted.
Sort mode is automatically reset to Unsorted
when new items are added or re-arranged via drag-n-drop.
If you set the same value twice, the sort order will toggle between ascending and descending and vice versa.