Back to Devexpress

MenuSettingsBase Properties

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-dot-underscore-properties.md

latest10.4 KB
Original Source

MenuSettingsBase Properties

Serves as a base for classes that define functional settings of the Menu and PopupMenu.

NameDescription
AccessibilityCompliantEnables accessibility support.
AccessKeyGets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AllowSelectItemGets or sets a value specifying whether items can be selected within the menu.
AppearAfterGets or sets the delay in displaying submenus within the menu.
ApplyItemStyleToTemplatesGets or sets a value that specifies whether the styles defined for menu items can be applied to templated menu items.
AttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
AutoSeparatorsGets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.
BorderBetweenItemAndSubMenuGets or sets a value that specifies how the border is displayed between a menu item and its submenu.
ClientSideEventsGets an object that lists the client-side events specific to the Menu.
ControlStyleProvides access to the style settings declared at the root level of the Menu’s wrapped web server control.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
DataBindingAllows you to perform custom actions before a menu is bound to a data source.
DataBoundEnables you to perform a custom action after the Menu (PopupMenu) has been bound to its data source.
DisappearAfterGets 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.
EnableAnimationGets or sets a value that specifies whether a specific animation effect is used when invoking a PopupMenu or Menu submenus.
EnabledGets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableHotTrackGets or sets a value that specifies whether menu items can visually respond to mouse hovering.
EnableThemingGets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtmlGets or sets whether to encode editor value and content. Inherited from SettingsBase.
HeightGets or sets the height of the extension. Inherited from SettingsBase.
ImagesProvides access to the settings that define images for various elements within the Menu.
ImageUrlFieldGets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within menu items.
InitEnables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
ItemDataBoundEnables you to customize settings of a bound menu item before it is finally rendered.
ItemLinkModeGets or sets a value that specifies how menu items are represented as links within the menu.
ItemsGets a collection that contains menu items of the menu’s root level.
ItemSubMenuOffsetGets specific offset settings for submenus of the submenu items.
MaximumDisplayLevelsGets or sets the number of menu levels to render.
NameSpecifies the unique identifier name for the extension. Inherited from SettingsBase.
NameFieldGets or sets the name of a data field (or an xml element’s attribute) which provides unique menu item identifier names.
NavigateUrlFieldGets or sets the name of a data field (or an xml element’s attribute) which provides menu item navigation locations.
NavigateUrlFormatStringGets or sets the pattern used to format item navigation URLs.
PreRenderAllows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RenderIFrameForPopupElementsGets or sets a value that specifies whether popup menus are displayed above Java applets that may present on the web page.
RightToLeftSpecifies whether to apply right-to-left representation to the extension.
RootItemSubMenuOffsetGets specific offset settings for submenus of the root menu items.
SelectParentItemGets or sets whether a root menu item is displayed as selected when selecting any of its subitems.
ShowPopOutImagesGets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed.
ShowSubMenuShadowGets or sets a value that specifies whether a submenu casts a shadow.
SkinIDGets or sets the skin to apply to the control. Inherited from SettingsBase.
StyleGets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
StylesProvides access to the style settings that control the appearance of the extension’s visual elements.
SyncSelectionModeGets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.
TabIndexGets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
TargetGets or sets the window or frame to which to target the contents of the URLs associated with all links within a menu.
TextFieldGets or sets the name of a data field (or an xml element’s attribute) which provides menu item texts.
TextFormatStringGets or sets the pattern used to format menu item texts.
ThemeGets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTipGets or sets a UI element’s tooltip text. Inherited from SettingsBase.
ToolTipFieldGets or sets the name of a data field (or an xml element’s attribute) which provides menu item tooltip texts.
WidthGets or sets the width of the extension. Inherited from SettingsBase.

See Also

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace