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

TdxNavBarCustomization Class

Contains the Customization Form‘s settings.

#Declaration

Delphi
TdxNavBarCustomization = class(
    TdxNavBarPersistent
)

#Remarks

This class has the following members that allow you to:

  • Invoke or close the Customization Form (Visible).

  • Adjust the Customization Form’s boundaries (FormBounds).

  • Access the NavBar control to which the Customization Form belongs (NavBar).

The NavBar control’s Customization property references a TdxNavBarCustomization object.

#Inheritance

See Also