Click or drag to resize
GroupItems Property
Gets or sets items populated in group.

Namespace: CMS.UIControls.UniMenuConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<Item> Items { get; set; }

Property Value

Type: IEnumerableItem
See Also