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

TdxNavBarViewInfo Class

Contains ViewInfo information related to the NavBar control.

#Declaration

Delphi
TdxNavBarViewInfo = class(
    TdxNavBarCustomViewInfo
)

#Remarks

The TdxNavBarViewInfo object is passed as the parameter to the OnCustomDraw.Background, OnCustomDraw.BottomScrollButton, OnCustomDraw.TopScrollButton, OnCalcGroupHintRect and OnCalcLinkHintRect events. This object enables you to obtain specific settings applied to the control background, scroll buttons and hints.

Use the properties of the TdxNavBarViewInfo object to determine the bounding rectangles and states of the elements processed by aforementioned events. This object’s methods enable you to obtain style settings of these elements.

#Inheritance

See Also