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

TdxNavBarViewsFactory Class

Stores registered NavBar control Views.

#Declaration

Delphi
TdxNavBarViewsFactory = class(
    TObject
)

#Remarks

All registered Views are stored in the Views collection represented by a TdxNavBarViewsFactory class instance. This class provides:

  • Access to the View names, their identity values and corresponding painter classes.
  • Access to the registered Views by their names and identity values.
  • The ability to register and un-register custom Views.

Use the dxNavBarViewsFactory function to access a TdxNavBarViewsFactory instance, associated with NavBar controls located on a form.

#Inheritance

TObject
TdxNavBarViewsFactory
See Also