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.UserPaintStyle Property

Specifies a user-defined paint style.

#Declaration

Delphi
property UserPaintStyle: TdxBarPaintStyle read; write; default psStandard;

#Property Value

Type Default
TdxBarPaintStyle psStandard

#Remarks

This property can be modified from the context-sensitive modification popup menu or programmatically. The menu is invoked by clicking the right mouse button on an item control when the customization form is active. By default, UserPaintStyle is psStandard. Set the UserPaintStyle programmatically or by means of the customizing popup:

See Also