Enumeration that determines the grouping method
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public enum GroupByMode |
Visual Basic |
---|
Public Enumeration GroupByMode |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Section | 1 |
Remarks
GroupByMode is used by PropertyEditorControl
to determine the grouping mode for displaying properties.