Click or drag to resize
FormCategoryHeadingIsAnchor Property
Indicates if this heading serves as anchor. Heading has 'anchor' css class assigned besides classes defined in CssClass property.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool IsAnchor { get; set; }

Property Value

Type: Boolean
See Also