TdxCustomFluentDesignForm.NavigationControl Property
Specifies a navigation control associated with the Fluent Design form.
Declaration
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