Back to Devexpress

TdxCustomNavBar Events

vcl-dxnavbar-dot-tdxcustomnavbar-dot-underscore-events.md

latest15.6 KB
Original Source

TdxCustomNavBar Events

The TdxNavBar control’s base class.

NameDescription
OnActiveGroupChangedFires after the active group has been changed.
OnActiveGroupChangingEnables you to prohibit a group from being activated.
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCalcGroupClientHeightEnables you to calculate custom height for groups’ client areas.
OnCalcGroupHintRectEnables you to assign custom sizes for hints displayed for NavBar groups.
OnCalcLinkHintRectOccurs when a particular NavBar link hint rectangular dimensions are recalculated.
OnCalcNavigationPaneOverflowPanelHintRectEnables you to calculate hint rectangles for icons displayed within the overflow panel.
OnCanResizeInherited from TControl.
OnClickInherited from TControl.
OnCollapsed protectedEnables you to execute custom code when the NavBar control has been collapsed.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnCustomDrawProvides access to events that allow you to custom paint NavBar elements.
OnCustomDrawBackgroundDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.Background event instead.
OnCustomDrawBottomScrollButtonDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.ButtonScrollButton event.
OnCustomDrawGroupCaptionDeprecated. This property exists for backward compatibility only. Handle the OnCustomDraw.GroupCaption event instead.
OnCustomDrawGroupClientBackgroundDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.GroupClientBackground event instead.
OnCustomDrawGroupClientForegroundDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.GroupClientForeground event instead.
OnCustomDrawGroupHintDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.GroupHint event instead.
OnCustomDrawLinkDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.Link event instead.
OnCustomDrawLinkHintDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.LinkHint event instead.
OnCustomDrawNavigationPaneHeaderDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneHeader event instead.
OnCustomDrawNavigationPaneOverflowPanelDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneOverflowPanel event instead.
OnCustomDrawNavigationPaneOverflowPanelHintDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneOverflowPanelHint event instead.
OnCustomDrawNavigationPaneSplitterDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneSplitter event instead.
OnCustomDrawTopScrollButtonDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.TopScrollButton event instead.
OnDblClickInherited from TControl.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnExpanded protectedEnables you to execute custom code when the NavBar control has been expanded.
OnFocusChanged protectedInherited from TcxControl.
OnGestureInherited from TControl.
OnGetGroupHintEnables you to override or hide hints displayed for NavBar groups.
OnGetLinkHintEnables you to override or hide hints displayed for NavBar links.
OnGetOverlaySize protectedEnables you to adjust the expanded Hamburger Menu’s dimensions in minimal overlay mode.
OnGetSiteInfoInherited from TWinControl.
OnGroupClickFires when a NavBar group is clicked.
OnGroupHotTrackFires when the mouse cursor pauses over a NavBar group.
OnGroupPressFires when a NavBar group is pressed.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnLinkClickFires when a NavBar link is clicked.
OnLinkHotTrackFires when the mouse cursor pauses over a NavBar link.
OnLinkPressFires when a NavBar link is pressed.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnter protectedOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeave protectedOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnNavigationPaneCollapsedEnables you to execute custom code when the Navigation Pane has been collapsed.
OnNavigationPaneExpandedEnables you to execute custom code when the Navigation Pane has been expanded.
OnNavigationPanePopupShowed protectedEnables you to execute custom code when the active group‘s content has been displayed in a popup window for the collapsed Navigation Pane.
OnNavigationPanePopupShowing protectedEnables you to prevent the active group‘s popup window from appearing for the collapsed Navigation Pane.
OnOverlayShowed protectedEnables you to execute custom code when the Hamburger Menu expands on top of the control’s parent (container) as an overlay.
OnOverlayShowing protectedEnables you to prevent the Hamburger Menu from expanding on top of the control’s parent (container) as an overlay.
OnPopupShowed protectedEnables you to execute custom code when the active group‘s content has been displayed in a popup window for the collapsed NavBar control.
OnPopupShowing protectedEnables you to prevent the collapsed NavBar control from displaying a popup window with the active group‘s content.
OnResizeInherited from TControl.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxCustomNavBar Class

TdxCustomNavBar Members

dxNavBar Unit