aspnetmvc-devexpress-dot-web-dot-mvc-dot-navbarsettings-dot-underscore-members.md
Contains the NavBar extension settings.
| Name | Description |
|---|---|
| NavBarSettings() | Initializes a new instance of the NavBarSettings class with default settings. |
| 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. |
| AllowExpanding | Specifies whether the expansion state of the navbar groups can be changed. |
| AllowSelectItem | Gets or sets a value specifying whether items can be selected within NavBar. |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
| AutoCollapse | Gets or sets a value specifying whether only one group can be expanded at a time within the NavBar. |
| BeforeGetCallbackResult | Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed. |
| CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
| ClientLayout | Enables you to save and restore the previously saved layout of the NavBar. |
| ClientSideEvents | Gets an object that lists the client-side events specific to the NavBar. |
| ClientVisible | Gets or sets a value that specifies the initial visibility state of a NavBar on the client. |
| ControlStyle | Provides access to the style settings declared at the root level of the NavBar’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 NavBar is bound to a data source. |
| DataBound | Allows you to perform specific actions after the NavBar is bound to a data source. |
| EnableAnimation | Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing groups. |
| EnableCallbackAnimation | Gets or sets a value that specifies whether a specific animation effect is used when a navigation bar’s content is updated via a callback. |
| EnableClientSideAPI | Gets or sets a value that specifies whether the extension to which this NavBarSettings 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 specific elements of a NavBar (such as items or headers) 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. |
| ExpandButtonPosition | Gets or sets a value that specifies the position at which the expand button is displayed within all the groups of NavBar. |
| GroupDataBound | Enables you to customize settings of the related group before it is finally rendered. |
| GroupDataFields | Provides access to properties allowing you to specify data fields (attributes of xml elements) from which group settings of a bound NavBar should be obtained. |
| Groups | Gets the collection of groups in NavBar. |
| 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 NavBar. |
| Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
| ItemDataBound | Enables you to customize settings of the related item before it is finally rendered. |
| ItemDataFields | Provides access to properties allowing you to specify data fields (attributes of xml elements) from which item settings of a bound NavBar should be obtained. |
| ItemLinkMode | Gets or sets a value that specifies how items are represented as links within the NavBar. |
| LoadingPanelImagePosition | Obsolete. Gets or sets the position of an image displayed within a loading panel. |
| LoadingPanelText | Obsolete. Gets or sets the text to be displayed within a loading panel while waiting for a callback response. |
| Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
| PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
| RightToLeft | Specifies whether to apply right-to-left representation to the extension. |
| SaveStateToCookies | Gets or sets a value that specifies whether cookies are used to persist information about the NavBar’s state. |
| SaveStateToCookiesID | Gets or sets the name (identifier) of the cookie in which the NavBar’s state is persisted. |
| SettingsLoadingPanel | Provides access to the loading panel’s settings. |
| ShowExpandButtons | Gets or sets a value that specifies whether group expand buttons are displayed within the NavBar’s group headers. |
| ShowGroupHeaders | Gets or sets a value that specifies whether group headers are displayed within NavBar. |
| ShowLoadingPanel | Obsolete. Gets or sets whether the loading panel can be displayed. |
| ShowLoadingPanelImage | Obsolete. Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response. |
| 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 NavBar’s 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 at which to target the contents of the URLs associated with links within NavBar. |
| 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. |
| Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. 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() protected | 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. |
| SetGroupContentTemplateContent(Action<NavBarGroupTemplateContainer>) | Allows you to specify a common template for the client region’s content of all NavBar groups. |
| SetGroupContentTemplateContent(String) | Allows you to specify a common template for the client region’s content of all NavBar groups. |
| SetGroupHeaderTemplateCollapsedContent(Action<NavBarGroupTemplateContainer>) | Allows you to specify a common template for the content of the headers of all NavBar collapsed groups. |
| SetGroupHeaderTemplateCollapsedContent(String) | Allows you to specify a common template for the content of the headers of all NavBar collapsed groups. |
| SetGroupHeaderTemplateContent(Action<NavBarGroupTemplateContainer>) | Allows you to specify a common template for all NavBar group headers. |
| SetGroupHeaderTemplateContent(String) | Allows you to specify a common template for all NavBar group headers. |
| SetItemTemplateContent(Action<NavBarItemTemplateContainer>) | Allows you to specify a common template for all NavBar items. |
| SetItemTemplateContent(String) | Allows you to specify a common template for the content of all NavBar items. |
| SetItemTextTemplateContent(Action<NavBarItemTemplateContainer>) | Allows you to specify a common template for the text content of all NavBar items. |
| SetItemTextTemplateContent(String) | Allows you to specify a common template for the text content of all NavBar items. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also