Skip to main content
A newer version of this page is available. .

TdxCustomNavBar.ViewInfo Property

Provides access to the ViewInfo information of the entire NavBar control.

Declaration

property ViewInfo: TdxNavBarViewInfo read;

Property Value

Type
TdxNavBarViewInfo

Remarks

The ViewInfo information is useful when custom painting NavBar elements. Refer to the TdxNavBarViewInfo class description, to learn about this information.

See Also