Back to Devexpress

Member Tables: Layout

windowsforms-1662-controls-and-libraries-navigation-controls-navigation-bar-member-tables-member-tables-layout.md

latest6.1 KB
Original Source

Member Tables: Layout

  • Jan 24, 2025
  • 3 minutes to read

Views

MemberDescription
NavBarControl.PaintStyleKindAllows you to specify the type of View. The NavBarControl will be rendered using the specified View type using the current LookAndFeel settings.
NavBarControl.LookAndFeelSpecifies the control’s look and feel settings.
MemberDescription
NavBarControl.GroupsProvides access to a NavBarControl’s groups.
NavBarControl.ItemsProvides access to a NavBarControl’s items.
NavBarGroup.ItemLinksProvides access to links, and items displayed within a specific group.
NavBarGroup.AddItemAdds an item to a group.
MemberDescription
NavBarGroup.GroupStyleSpecifies the group’s display mode.
NavBarGroup.GroupCaptionUseImageSpecifies whether a big or small image is displayed within a group caption.
NavBarControl.LargeImagesThe source of large images for the NavBarControl.
NavBarControl.SmallImagesThe source of the small images for the NavBarControl.
NavElement.ImageOptionsGives access to options that assign images to an item/group.

Distances Between Elements

MemberDescription
NavBarControl.LinkIntervalThe interval (in pixels) between neighboring links in a group.
NavBarControl.ExplorerBarGroupIntervalThe interval (in pixels) between neighboring groups when any Explorer Bar View is applied.
NavBarControl.ExplorerBarGroupOuterIndentThe indent between the control’s borders and groups.

Expanding and Collapsing Groups

MemberDescription
NavBarControl.ActiveGroupAllows you to access the currently active group or activate a specific group.
NavBarControl.ActiveGroupChangedFires when the active group changes.
NavBarGroup.ExpandedExpands/collapses a group.
NavBarControl.GroupExpandedFires immediately after a group is expanded.
NavBarControl.GroupCollapsedFires immediately after a group is collapsed.

Scrolling the Control’s Content

MemberDescription
NavBarControl.ScrollModeAllows you to enable mouse wheel scrolling, depending on a control’s focused state.
NavBarControl.SkinExplorerBarViewScrollStyleGets or sets the control’s scrolling behavior when a skinning Explorer Bar View paint scheme is applied.
NavBarGroup.TopVisibleLinkIndexUsed to programmatically scroll through the control’s elements.

Embedded Controls

MemberDescription
NavBarGroup.GroupStyleSpecifies the group’s paint style. To enable embedding controls into a group, set this property to ControlContainer.
NavBarGroup.ControlContainerRepresents the surface onto which controls can be added to a group, when the GroupStyle property is set to ControlContainer.
NavBarGroup.GroupClientHeightSpecifies the group’s height when any Explorer Bar View is applied.

Save and Restore Layout

MemberDescription
NavBarControl.SaveToRegistrySaves the control’s layout to the specified system registry path.
NavBarControl.SaveToStreamSaves the control’s layout to a stream.
NavBarControl.SaveToXmlSaves a control’s layout to an XML file.
NavBarControl.RestoreFromRegistryRestores the control layout stored in the system registry.
NavBarControl.RestoreFromStreamLoads a control’s layout from a stream.
NavBarControl.RestoreFromXmlLoads a control’s layout from an XML file.
NavBarControl.LayoutVersionSpecifies the version of the control’s layout.
NavBarControl.LayoutUpgradeAllows the current layout to be customized after an earlier version of the layout has been loaded and applied to the control.