TdxCustomNavBar.ViewInfo Property
Provides access to 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