Gets and sets whether to sort properties.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public PropertySortType SortMode { get; set; }
Visual Basic
Public Property SortMode As PropertySortType
	Get
	Set

Field Value

The Sort Mode of the editor

Remarks

By default all properties will be sorted

See Also