windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-dot-underscore-members.md
Contains options that affect the control’s appearance and behavior when the NavigationPane paint style is applied.
| Name | Description |
|---|---|
| OptionsNavPane(NavBarControl) | Initializes a new instance of the OptionsNavPane class. |
| OptionsNavPane(OptionsNavPane) | Initializes a new instance of the OptionsNavPane class with the options specified by the constructor’s parameter. |
| Name | Description |
|---|---|
| ActualNavPaneState | Gets the actual expansion state of the NavBarControl (in the NavigationPane paint style). |
| AllowOptionsMenuItem | Gets or sets whether an end-user can invoke the Navigation Pane Options dialog to customize the order of groups and font settings of items. |
| AnimationFramesCount | Gets or sets the number of animation frames when the control is being expanded or collapsed. |
| CollapsedNavPaneContentControl | Gets or sets the control embedded into the NavBarControl when the nav bar is painted using the Navigation Pane View and the nav bar is collapsed. |
| CollapsedWidth | Gets or sets the control’s width when in the collapsed state. |
| DefaultNavPaneHeaderImageSize | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ExpandButtonMode | Gets or sets the direction of the expand button’s arrow and also the direction in which the control is collapsed/expanded. |
| ExpandedWidth | Gets or sets the control’s width when in the expanded state. |
| GroupImageShowMode | Gets or sets whether a group image is always visible, or visible only when the NavBarControl is collapsed. |
| HeaderImageSize | Gets or sets the size of the frame into which the header image of an expanded group is fitted. |
| IsAnimationInProgress | Gets whether the control is being expanded or collapsed. |
| MaxPopupFormWidth | Gets or sets the maximum width of the popup form displayed when clicking the active NavBarGroup in the collapsed NavBarControl. |
| NavBar | Gets the NavBarControl that owns the current object. |
| NavPaneState | Gets or sets the NavBarControl’s expansion state when the NavigationPane paint style is applied. |
| PopupFormSize | Gets or sets the popup form’s size. |
| ShowExpandButton | Gets or sets whether the expand button is visible when the NavigationPane paint style is applied. |
| ShowGroupImageInHeader | Gets or sets whether to display the active group’s image in the NavBarControl’s header. |
| ShowHeaderText | Gets or sets whether to display the active group’s caption in the NavBarControl’s header. |
| ShowOverflowButton | Gets or sets the visibility of the overflow button displayed within the Overflow Panel. |
| ShowOverflowPanel | Gets or sets whether the Overflow panel is displayed. |
| ShowSplitter | Gets or sets whether the splitter is visible. |
| Name | Description |
|---|---|
| Assign(BaseOptions) | Copies all settings from the options object passed as a parameter. Inherited from BaseOptions. |
| BeginUpdate() | Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions. |
| CancelUpdate() | Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions. |
| Dispose() | Disposes of the current object and releases all the allocated resources. |
| EndUpdate() | Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions. |
| 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. |
| Reset() | Resets all options to their default values. Inherited from BaseOptions. |
| ToString() | Returns a string representing the currently enabled options. Inherited from BaseOptions. |
See Also