ITreeMenuItemHasSubMenu Property
|
Gets and sets if this menu item has a submenu.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
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
Boolean
Example
See Also