Serves as a base for classes that define functional settings of the Menu and PopupMenu.
Name | Description |
---|---|
MenuSettingsBase() |
Initializes a new instance of the MenuSettingsBase class with default settings. |
Name | Description |
---|---|
AccessKey |
Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. (Inherited from SettingsBase)
|
AccessibilityCompliant |
Enables accessibility support. |
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. |
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)
|
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)
|
EncodeHtml |
Gets or sets a value that specifies whether the web control's value and element content are rendered as pure HTML, or HTML markers are stripped out. (Inherited from SettingsBase)
|
Height |
Gets or sets the height of the extension. (Inherited from SettingsBase)
|
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. |
Images |
Provides access to the settings that define images for various elements within the Menu. |
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. |
ItemSubMenuOffset |
Gets specific offset settings for submenus of the submenu items. |
Items |
Gets a collection that contains menu items of the menu's root level. |
MaximumDisplayLevels |
Gets or sets the number of menu levels to render. |
Name |
Gets or sets 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 |
Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation. |
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)
|
Name | Description |
---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) static |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
GetHashCode() |
Serves as the default hash function.
(Inherited from Object)
|
GetType() |
Gets the Type of the current instance.
(Inherited from Object)
|
MemberwiseClone() |
Creates a shallow copy of the current Object.
(Inherited from Object)
|
ReferenceEquals(Object, Object) static |
Determines whether the specified Object instances are the same instance.
(Inherited from Object)
|
SetItemTemplateContent(Action<MenuItemTemplateContainer>) |
Allows you to provide a template for rendering the content of all menu items. |
SetItemTemplateContent(String) |
Allows you to provide a template for rendering the content of all menu items. |
SetItemTextTemplateContent(Action<MenuItemTemplateContainer>) |
Allows you to provide a template for rendering the text content of all menu items. |
SetItemTextTemplateContent(String) |
Allows you to provide a template for rendering the text content of all menu items. |
SetSubMenuTemplateContent(Action<MenuItemTemplateContainer>) |
Allows you to provide a template for rendering the client region's content of all submenus within a menu. |
SetSubMenuTemplateContent(String) |
Allows you to provide a template for rendering the client region's content of all submenus within a menu. |
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|