| ITreeMenuItemHasSubMenu Property  | 
        
        
          
         
            Gets and sets if this menu item has a submenu.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
 Syntax
Syntaxbool HasSubMenu { get; set; }Property HasSubMenu As Boolean
	Get
	Set
property bool HasSubMenu {
	bool get ();
	void set (bool value);
}abstract HasSubMenu : bool with get, set
Property Value
Type: 
Boolean Examples
Examples See Also
See Also