Skip to main content

MenuSettingsBase Properties

Serves as a base for classes that define functional settings of the Menu and PopupMenu.
Name Description
AccessibilityCompliant Enables accessibility support.
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.
AppearAfter Gets or sets the delay in displaying submenus within the menu.
ApplyItemStyleToTemplates Gets or sets a value that specifies whether the styles defined for menu items can be applied to templated menu items.
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.
BorderBetweenItemAndSubMenu Gets or sets a value that specifies how the border is displayed between a menu item and its submenu.
ClientSideEvents Gets an object that lists the client-side events specific to the Menu.
ControlStyle Provides access to the style settings declared at the root level of the Menu’s wrapped web server control.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
DataBinding Allows you to perform custom actions before a menu is bound to a data source.
DataBound Enables you to perform a custom action after the Menu (PopupMenu) has been bound to its data source.
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.
EnableAnimation Gets or sets a value that specifies whether a specific animation effect is used when invoking a PopupMenu or Menu submenus.
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.
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.
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.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
ItemDataBound Enables you to customize settings of a bound menu item before it is finally rendered.
ItemLinkMode Gets or sets a value that specifies how menu items are represented as links within the menu.
Items Gets a collection that contains menu items of the menu’s root level.
ItemSubMenuOffset Gets specific offset settings for submenus of the submenu items.
MaximumDisplayLevels Gets or sets the number of menu levels to render.
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.
NavigateUrlField Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item navigation locations.
NavigateUrlFormatString Gets or sets the pattern used to format item navigation URLs.
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.
RightToLeft Specifies whether to apply right-to-left representation to the extension.
RootItemSubMenuOffset Gets specific offset settings for submenus of the root menu items.
SelectParentItem Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems.
ShowPopOutImages Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed.
ShowSubMenuShadow Gets or sets a value that specifies whether a submenu casts a shadow.
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.
SyncSelectionMode Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.
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.
TextField Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item texts.
TextFormatString Gets or sets the pattern used to format menu item texts.
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.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
See Also