TdxNavBarViewsFactory.PainterClasses Property
In This Article
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 |
---|
Tdx |
#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