TdxBarItemLink.UserWidth Property
Specifies the linked bar edit item‘s width in pixels.
Declaration
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