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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIList<ITreeMenuItem> Children { get; }ReadOnly Property Children As IList(Of ITreeMenuItem)
Get
property IList<ITreeMenuItem^>^ Children {
IList<ITreeMenuItem^>^ get ();
}abstract Children : IList<ITreeMenuItem> with get
Property Value
IListITreeMenuItem
See Also