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

TdxCustomFluentDesignForm.NavigationControl Property

Specifies a navigation control associated with the Fluent Design form.

#Declaration

Delphi
property NavigationControl: TWinControl read; write;

#Property Value

Type
TWinControl

#Remarks

Assign a TdxNavBar control to the NavigationControl property to embed the control into the Fluent Design form. The assigned control’s Accordion or Hamburger Menu view stretches across the form’s height and overlaps the caption bar if the ExtendNavigationControlToCaption property is set to True. Additionally, the associated Hamburger Menu can switch between inline, overlay, and minimized display modes once the form reaches the corresponding threshold width. Use the AdaptiveLayoutOptions property to adjust this behavior.

See Also