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.PainterClasses Property

Provides indexed access to the list of painter classes that implement drawing of NavBar control Views.

#Declaration

Delphi
property PainterClasses[AIndex: Integer]: TdxNavBarPainterClass read;

#Property Value

Type
TdxNavBarPainterClass

#Remarks

Use the PainterClasses property to access the list of painter classes associated with NavBar Views.

Each View registered within the NavBarViewsFactory has a corresponding painter class, which implements drawing of the NavBar control according to the View’s “attributes”. Each painter class is a TdxNavBarPainter descendant. It references a number of painter and ViewInfo classes implementing painting of specific View elements.

See Also