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

TdxBarItemControl.PainterClass Property

Provides access to the class used to paint the current item control.

#Declaration

Delphi
property PainterClass: TdxBarPainterClass read;

#Property Value

Type
TdxBarPainterClass

#Remarks

The possible values of this property include: TdxBarStandardPainter, TdxBarFlatPainter, TdxBarEnhancedPainter, TdxBarOffice11Painter, TdxBarXPPainter, and TdxBarSkinnedPainter. These painter classes implement drawing primitives using the Standard, Ultra Flat, Flat, Office 2003, Windows XP look & feel, and skins, respectively. Refer to the description of the TdxBarPainter class for more information on paint styles.

Note

To access the class used to draw all bar manager toolbars and their items, use a bar manager’s PainterClass property.

See Also