DotNetNuke 5.2
Assembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
Enumeration that determines the sort method.
Namespace:
DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
Syntax
| C# |
|---|
public enum PropertySortType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PropertySortType |
| Visual C++ |
|---|
public enum class PropertySortType |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Alphabetical | ||
| Category | ||
| SortOrderAttribute |
Remarks
PropertySortType is used by PropertyEditorControl
to determine the order for displaying properties.