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

UploadPane.SortMode Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a sort mode of the upload pane.

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

Syntax

Visual Basic
Public Property SortMode As PaneSortMode
C#
public PaneSortMode SortMode { get; set; }

Property Value

Type: Aurigma.ImageUploader.PaneSortMode

The sort mode of the upload pane.

Default value is Unsorted.

Remarks

Sort mode is automatically reset to Unsorted when new items are added or re-arranged via drag-n-drop.

Note

If you set the same value twice, the sort order will toggle between ascending and descending and vice versa.

See Also

Reference