TdxNavBarItemCustomStyles Class
In This Article
Contains custom styles for NavBar items.
#Declaration
Delphi
TdxNavBarItemCustomStyles = class(
TdxNavBarBaseCustomStyles
)
#Remarks
The TdxNavBarItemCustomStyles class extends its ancestor class with the Item, ItemDisabled, ItemHotTracked, and ItemPressed properties that allow you to customize the appearance of items in the normal, disabled, hot-tracked, and pressed states.
The TdxNavBarItemCustomStyles object is referenced by a group’s CustomStyles property.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxNavBarNexusPersistent
TdxNavBarBaseCustomStyles
TdxNavBarItemCustomStyles
See Also