Gets and sets the grouping order

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

Syntax

C#
public string Groups { get; set; }
Visual Basic
Public Property Groups As String
	Get
	Set

Field Value

A comma-delimited list of categories/groups

See Also