TdxNavBarCustomization Class
In This Article
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