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

TdxNavBarBaseStyle Class

Represents the ancestor of the TdxNavBarStyle and TdxNavBarDefaultStyle classes.

#Declaration

Delphi
TdxNavBarBaseStyle = class(
    TcxOwnedPersistent
)

#Remarks

The TdxNavBarBaseStyle object provides style settings of NavBar elements. Settings available include background colors, gradient direction, font settings, text alignment and the background image. The TdxNavBarStyle and TdxNavBarDefaultStyle classes inherit these settings and introduce their own properties relating to custom and default styles respectively.

#Inheritance

See Also