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

Specifies the linked bar edit item‘s width in pixels.

#Declaration

Delphi
property UserWidth: Integer read; write; default 0;

#Property Value

Type Default Description
Integer 0

The linked bar edit item’s width in pixels.

#Remarks

Bar edit item widths are calculated automatically based on nested in-place controls and their content. You can use the UserWidth property to explicitly specify the width of a bar edit item.

#Limitations

The UserWidth property affects only toolbar item containers for in-place editors (TcxBarEditItem class instances).

#Default Value

The UserWidth property’s default value is 0.

The default UserWidth property value indicates that the linked bar edit item’s width is calculated automatically.

See Also