Skip to main content
A newer version of this page is available. .
Bar

BarItemLink.UserEditWidth Property

Gets or sets the width of an editor within the current BarItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public int UserEditWidth { get; set; }

Property Value

Type Description
Int32

An Int32 value that is the width of an editor within the current BarItemLink.

Remarks

The UserEditWidth property is in effect only when the link’s BarItemLink.UserAlignment property enables the BarLinkUserDefines.EditWidth value. Otherwise, the link uses the BarEditItemLink.EditWidth property.

See Also