TdxCustomNavBar.ViewInfo Property
In This Article
Provides access to ViewInfo information of the entire NavBar control.
#Declaration
Delphi
property ViewInfo: TdxNavBarViewInfo read;
#Property Value
Type |
---|
Tdx |
#Remarks
The ViewInfo information is useful when custom painting NavBar elements. Refer to the TdxNavBarViewInfo class description, to learn about this information.
See Also