Gets or sets a sort mode of the upload pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
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 items are rearranged via drag-n-drop or new items are added. It means that when you set a sort mode it is applied only to files which are currently in the upload pane.
If you set the same value twice, the sort order will toggle between ascending and descending and vice versa.