Back to Devexpress

BarItemLink.UserEditWidth Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-5886d34a.md

latest1.6 KB
Original Source

BarItemLink.UserEditWidth Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public int UserEditWidth { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Property UserEditWidth As Integer

Property Value

TypeDescription
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

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace