Click or drag to resize

ITreeMenuItemChildren Property


Gets a list of this menu item's children.If this menu item doesn't have a sub menu, this will be an empty list.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IList<ITreeMenuItem> Children { get; }

Property Value

IListITreeMenuItem
See Also