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

TdxBarItemLink.PaintStyle Property

Provides access to the paint style of the item control which corresponds to the current item link.

#Declaration

Delphi
property PaintStyle: TdxBarPaintStyle read;

#Property Value

Type
TdxBarPaintStyle

#Remarks

This property returns the paint style of the item control which corresponds to the current item link. If udPaintStyle is included in the UserDefine property, the PaintStyle property returns the value of the UserPaintStyle property. Otherwise, the PaintStyle property returns the item’s painting style. In this instance, if the item is of the TdxBarButton type, the PaintStyle property returns one of the relevant styles for buttons (please refer to the description of the PaintStyle property for details). For all other item types, the psStandard value is returned.

See Also