Gets and sets whether to add a <hr> to the Group Header

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

Syntax

C#
[BrowsableAttribute(true)]
public bool GroupHeaderIncludeRule { get; set; }
Visual Basic
<BrowsableAttribute(true)> 
Public Property GroupHeaderIncludeRule As Boolean
	Get
	Set

Field Value

A boolean

See Also