Navigation Pane's Header Section
Navigation Pane Views display a header section at the top. This section displays the currently active group’s caption. You can customize this section’s appearance and content, using the following NavBar control’s members:
OptionBehavior.NavigationPane.Collapsible property – displays a double arrow to collapse the Navigation Pane;
OptionStyles.DefaultStyles.NavigationPaneHeader property – specifies the header section’s default style;
OptionStyles.CustomStyles.NavigationPaneHeader property – specifies the header section’s appearance using a custom style;
OnCustomDraw.NavigationPaneHeader event – enables you to custom paint the header section.
See Also