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

TdxNavBarDefaultStyles.NavigationPaneHeader Property

Specifies the style for the header section and the splitter when a Navigation Pane View is applied.

#Declaration

Delphi
property NavigationPaneHeader: TdxNavBarDefaultStyle index 19 read; write;

#Property Value

Type
TdxNavBarDefaultStyle

#Remarks

Use the NavigationPaneHeader property to access the header panel’s and splitter’s settings. Note that these settings can be overridden by assigning a custom style to the control’s OptionsStyle.CustomStyles.NavigationPaneHeader property. Using a custom style is more convenient if you need to reuse the same style settings for several elements. For instance, you may need to assign the same style to the header section and some group headers. Note also, that custom styles are not reset when changing the control’s paint style.

See Also