Back to Devexpress

TdxNavBarCustomization Class

vcl-dxnavbar-4ca8b66a.md

latest1.2 KB
Original Source

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

TObject TPersistent TdxNavBarPersistent TdxNavBarCustomization

See Also

TdxNavBarCustomization Members

dxNavBar Unit