Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarOffice11NavPaneViewInfo Class

Contains ViewInfo information for the NavBar control when a Navigation Pane View is applied.

#Declaration

Delphi
TdxNavBarOffice11NavPaneViewInfo = class(
    TdxNavBarNavigationPaneViewInfo
)

#Remarks

Navigation Pane Views introduce unique visual elements such as the splitter, header section and overflow panel. Thus, the TdxNavBarOffice11NavPaneViewInfo class derives from the TdxNavBarViewInfo class to provide information about the position and appearance of these elements. You will need this information when handling the OnCustomDraw.NavigationPaneHeader, OnCustomDraw.NavigationPaneSplitter and OnCustomDraw.NavigationPaneOverflowPanel events to determine the layout and style of the Navigation Pane’s elements. All the events mentioned get a TdxNavBarOffice11NavPaneViewInfo class instance as a parameter.

See Also