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

TdxBarManager.DefaultPainter Property

Provides access to the default painter used to paint toolbar controls and dock controls on a graphic surface.

#Declaration

Delphi
property DefaultPainter: TdxBarPainter read;

#Property Value

Type
TdxBarPainter

#Remarks

The default painter is determined by the GetRealPaintStyle function return value.

The painter class that corresponds to the default painter can be accessed via the PainterClass property.

See Also