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

Specifies the properties defined by an end-user.

#Declaration

Delphi
property UserDefine: TdxBarUserDefines read; write; default [];

#Property Value

Type
TdxBarUserDefines

#Remarks

This property’s value represents a set of elements of the TdxBarUserDefine type. The elements determine which of the values of the Caption, Glyph, PaintStyle, and Width properties are customized by an end-user. If an element is included into the UserDefine property’s value, these properties return the values of the UserCaption, UserGlyph, UserWidth, and UserPaintStyle properties, respectively. When changing any of the User~ properties, the appropriate elements are automatically added into the value of the UserDefine property.

See Also