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

TdxDockingManager.PainterClass Property

Returns the painter class used to paint dock controls.

#Declaration

Delphi
property PainterClass: TdxDockControlPainterClass read;

#Property Value

Type
TdxDockControlPainterClass

#Remarks

This property returns the painter class provided by the GetActualPainterClass virtual function. By default, this function returns the painter class based on the currently applied LookAndFeel setting. You can implement a custom painter (a TdxDockControlPainter descendant), override the GetActualPainterClass function in your custom TdxDockingManager implementation, and return the custom painter’s class via the overridden GetActualPainterClass function.

See Also