ASP.NET MVC Controls
MenuBuilder Class Members
Methods 

The following tables list the members exposed by MenuBuilder.

Public Constructors
 NameDescription
Public ConstructorMenuBuilder ConstructorCreate one MenuBuilder instance.  
Top
Public Methods
 NameDescription
Public MethodBindOverloaded. Sets the read action url. (Inherited from C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<object,Menu,MenuBuilder>)
Public MethodCommandOverloaded. Sets the Command property.  
Public MethodCommandParameterPathSets the CommandParameterPath property. (Inherited from C1.Web.Mvc.Fluent.MenuBaseBuilder<object,Menu,MenuBuilder>)
Public MethodCommandPathSets the CommandPath property. (Inherited from C1.Web.Mvc.Fluent.MenuBaseBuilder<object,Menu,MenuBuilder>)
Public MethodCssClassSets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodCssStyleSets one CSS property. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodCssStylesSets the CSS styles. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodDisplayMemberPathSets the DisplayMemberPath property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodDropDownCssClassSets the DropDownCssClass property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodHeaderSets the Header property. (Inherited from C1.Web.Mvc.Fluent.MenuBaseBuilder<object,Menu,MenuBuilder>)
Public MethodHeightOverloaded. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodHtmlAttributeSets one HTML attribute. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodHtmlAttributesOverloaded. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodIdSets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodIsAnimatedSets the IsAnimated property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodIsButtonSets the IsButton property. (Inherited from C1.Web.Mvc.Fluent.MenuBaseBuilder<object,Menu,MenuBuilder>)
Public MethodIsContentHtmlSets the IsContentHtml property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodIsDisabledSets isDisabled state of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodIsDroppedDownSets the IsDroppedDown property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodIsEditableSets the IsEditable property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodIsReadOnlySets the IsReadOnly property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodIsRequiredSets the IsRequired property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodItemFormatterSets the ItemFormatter property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodItemsSourceIdSets the ItemsSourceId specify which CollectionViewService will be used for this control. (Inherited from C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<object,Menu,MenuBuilder>)
Public MethodItemTemplateContentSets the ItemTemplateContent property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodItemTemplateIdSets the ItemTemplateId property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodMaxDropDownHeightSets the MaxDropDownHeight property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodMaxDropDownWidthSets the MaxDropDownWidth property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodMenuItemsSets the MenuItems.  
Public MethodOnClientFormatItemSets the OnClientFormatItem property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodOnClientGotFocusOccurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodOnClientIsDroppedDownChangedSets the OnClientIsDroppedDownChanged property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodOnClientIsDroppedDownChangingSets the OnClientIsDroppedDownChanging property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodOnClientItemClickedSets the OnClientItemClicked property. (Inherited from C1.Web.Mvc.Fluent.MenuBaseBuilder<object,Menu,MenuBuilder>)
Public MethodOnClientLostFocusOccurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodOnClientSelectedIndexChangedSets the OnClientSelectedIndexChanged property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodOnClientTextChangedSets the OnClientTextChanged property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodOwnerSets the Owner property. (Inherited from C1.Web.Mvc.Fluent.MenuBaseBuilder<object,Menu,MenuBuilder>)
Public MethodPlaceholderSets the Placeholder property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodSelectedIndexSets the SelectedIndex property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodSelectedItemSets the SelectedItem property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodSelectedValueSets the SelectedValue property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodSelectedValuePathSets the SelectedValuePath property. (Inherited from C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<object,Menu,MenuBuilder>)
Public MethodShowDropDownButtonSets the ShowDropDownButton property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodTemplateBindWhen the control works in template mode, bind the property which name is specified to some item which name is specified. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodTextSets the Text property. (Inherited from C1.Web.Mvc.Fluent.DropDownBuilder<object,Menu,MenuBuilder>)
Public MethodToHtmlStringGet an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<Menu,MenuBuilder>)
Public MethodToTemplateTransfer to template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Public MethodWidthOverloaded. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Menu,MenuBuilder>)
Top
Extension Methods
 NameDescription
Public Extension MethodToTemplateRender the html string in template mode.
Top
See Also

Reference

MenuBuilder Class
C1.Web.Mvc.Fluent Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback