MenuSettings Properties
Contains the Menu extension settings.| Name | Description |
|---|---|
| AccessibilityCompliant | Enables accessibility support. Inherited from MenuSettingsBase. |
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
| AllowSelectItem | Gets or sets a value specifying whether items can be selected within the menu. Inherited from MenuSettingsBase. |
| AppearAfter | Gets or sets the delay in displaying submenus within the menu. Inherited from MenuSettingsBase. |
| ApplyItemStyleToTemplates | Gets or sets a value that specifies whether the styles defined for menu items can be applied to templated menu items. Inherited from MenuSettingsBase. |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
| AutoSeparators | Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other. Inherited from MenuSettingsBase. |
| BorderBetweenItemAndSubMenu | Gets or sets a value that specifies how the border is displayed between a menu item and its submenu. Inherited from MenuSettingsBase. |
| CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
| ClientSideEvents | Gets an object that lists the client-side events specific to the Menu. Inherited from MenuSettingsBase. |
| ClientVisible | Gets or sets a value that specifies the initial visibility state of a Menu on the client. |
| ControlStyle | Provides access to the style settings declared at the root level of the Menu’s wrapped web server control. Inherited from MenuSettingsBase. |
| CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. Inherited from MenuSettingsBase. |
| DataBinding | Allows you to perform custom actions before a menu is bound to a data source. Inherited from MenuSettingsBase. |
| DataBound | Enables you to perform a custom action after the Menu (PopupMenu) has been bound to its data source. Inherited from MenuSettingsBase. |
| DisappearAfter | Gets or sets the duration after which a dynamic menu (a menu item’s submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu. Inherited from MenuSettingsBase. |
| EnableAdaptivity | Specifies whether an adaptive behavior is enabled for the menu. |
| EnableAnimation | Gets or sets a value that specifies whether a specific animation effect is used when invoking a PopupMenu or Menu submenus. Inherited from MenuSettingsBase. |
| EnableClientSideAPI | Gets or sets a value that specifies whether the extension to which this MenuSettings object is passed can be manipulated on the client side via code. |
| Enabled | Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase. |
| EnableHotTrack | Gets or sets a value that specifies whether menu items can visually respond to mouse hovering. Inherited from MenuSettingsBase. |
| EnableSubMenuFullWidth | Gets or sets whether a sub-menu is displayed with full page width. |
| EnableSubMenuScrolling | Gets or sets a value specifying whether submenu scrolling is enabled in the Menu. |
| EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
| EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
| Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
| Images | Provides access to the settings that define images for various elements within the Menu. Inherited from MenuSettingsBase. |
| ImageUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within menu items. Inherited from MenuSettingsBase. |
| Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
| ItemAutoWidth | Gets or sets a value that specifies whether root item widths are calculated automatically, so that root items are resized (stretched or shrinked) proportionally to the menu control’s width. |
| ItemDataBound | Enables you to customize settings of a bound menu item before it is finally rendered. Inherited from MenuSettingsBase. |
| ItemImagePosition | Gets or sets a value that specifies how item images are positioned within the menu’s root items. |
| ItemLinkMode | Gets or sets a value that specifies how menu items are represented as links within the menu. Inherited from MenuSettingsBase. |
| Items | Gets a collection that contains menu items of the menu’s root level. Inherited from MenuSettingsBase. |
| ItemSubMenuOffset | Gets specific offset settings for submenus of the submenu items. Inherited from MenuSettingsBase. |
| MaximumDisplayLevels | Gets or sets the number of menu levels to render. Inherited from MenuSettingsBase. |
| Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
| NameField | Gets or sets the name of a data field (or an xml element’s attribute) which provides unique menu item identifier names. Inherited from MenuSettingsBase. |
| NavigateUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item navigation locations. Inherited from MenuSettingsBase. |
| NavigateUrlFormatString | Gets or sets the pattern used to format item navigation URLs. Inherited from MenuSettingsBase. |
| Orientation | Gets or sets the direction in which to render the menu. |
| PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
| RenderIFrameForPopupElements | Gets or sets a value that specifies whether popup menus are displayed above Java applets that may present on the web page. Inherited from MenuSettingsBase. |
| RightToLeft | Specifies whether to apply right-to-left representation to the extension. Inherited from MenuSettingsBase. |
| RootItemSubMenuOffset | Gets specific offset settings for submenus of the root menu items. Inherited from MenuSettingsBase. |
| SelectParentItem | Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems. Inherited from MenuSettingsBase. |
| SettingsAdaptivity | Provides access to the menu layout adaptivity settings. |
| ShowAsToolbar | Specifies whether a menu is displayed as a toolbar. |
| ShowPopOutImages | Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed. Inherited from MenuSettingsBase. |
| ShowSubMenuShadow | Gets or sets a value that specifies whether a submenu casts a shadow. Inherited from MenuSettingsBase. |
| SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
| Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
| Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. Inherited from MenuSettingsBase. |
| SyncSelectionMode | Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected. Inherited from MenuSettingsBase. |
| TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
| Target | Gets or sets the window or frame to which to target the contents of the URLs associated with all links within a menu. Inherited from MenuSettingsBase. |
| TextField | Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item texts. Inherited from MenuSettingsBase. |
| TextFormatString | Gets or sets the pattern used to format menu item texts. Inherited from MenuSettingsBase. |
| Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
| ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
| ToolTipField | Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item tooltip texts. Inherited from MenuSettingsBase. |
| Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also