Skip to main content

TdxNavBarDefaultStyles.NavigationPaneHeader Property

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

Declaration

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