Fluqi.Widget.jSelectMenuItem.SelectMenuItemBase.HasChildren C# (CSharp) Méthode

HasChildren() protected méthode

Convenience function for eastablishing if there are any child/sub-menu items off this menu item.
protected HasChildren ( ) : bool
Résultat bool
		protected internal bool HasChildren() {
			return this.Children._SelectMenuItems.Any();
		}