Skip to main content

PopupMenuSettings Properties

Contains the PopupMenu 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.
CloseAction Gets or sets a value that specifies which action forces a displayed popup menu to close.
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.
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.
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.
EnableScrolling Gets or sets a value indicating whether popup menu scrolling is enabled.
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.
ItemDataBound Enables you to customize settings of a bound menu item before it is finally rendered. Inherited from MenuSettingsBase.
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.
Left Gets or sets the x-coordinate of the popup menu’s left side.
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.
PopupAction Gets or sets a value that specifies which action forces the current popup menu to appear.
PopupElementID Gets or sets the ID of an element with which the current popup menu is associated.
PopupElementResolve Allows an object specified by the PopupMenuSettings.PopupElementID property to be found manually, if it can’t be found automatically (if it’s hidden within a naming container, for instance).
PopupHorizontalAlign Gets or sets a popup menu’s horizontal alignment.
PopupHorizontalOffset Gets or sets a popup menu’s horizontal offset.
PopupVerticalAlign Gets or sets a popup menu’s vertical alignment.
PopupVerticalOffset Gets or sets a popup menu’s vertical offset.
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.
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.
Top Gets or sets the y-coordinate of the popup menu’s top side.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
See Also