Beispiel #1
0
 public NavigationDropDown AddHeader(String headerText)
 {
     var header = new NavigationItemHeader(ViewContext);
     header.SetValue(headerText);
     this.Component.DropDownMenu.AddElement(header);
     return this;
 }
Beispiel #2
0
        public NavigationDropDown AddHeader(String headerText)
        {
            var header = new NavigationItemHeader(ViewContext);

            header.SetValue(headerText);
            this.Component.DropDownMenu.AddElement(header);
            return(this);
        }